Skip to content

Commit

Permalink
Merge pull request #1011 from julien-tierny/dev
Browse files Browse the repository at this point in the history
disabling cinemaquery tests under windows
  • Loading branch information
julien-tierny authored Feb 22, 2024
2 parents 752bc50 + 804ee08 commit d62469c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,13 +428,14 @@ jobs:
- name: Install dependencies with conda
shell: bash
run: |
conda install -c conda-forge boost glew eigen spectralib zfp \
conda install -c conda-forge boost glew eigen spectralib zfp libsqlite sqlite \
scikit-learn openmp graphviz ninja websocketpp sccache=0.4.2 python=3.10 zlib qhull
# add sccache to PATH
echo "$CONDA_ROOT/bin" >> $GITHUB_PATH
# add TTK & ParaView install folders to PATH
echo "$PV_DIR/bin" >> $GITHUB_PATH
echo "$TTK_DIR/bin" >> $GITHUB_PATH
conda info --all
- name: Remove hosted Python
shell: bash
Expand Down Expand Up @@ -582,6 +583,12 @@ jobs:
set PYTHONPATH=%PV_DIR%\bin\Lib\site-packages;%TTK_DIR%\bin\Lib\site-packages;%CONDA_ROOT%\Lib;%CONDA_ROOT%\DLLs
set PV_PLUGIN_PATH=%TTK_DIR%\bin\plugins
cd ttk-data
del python\cinemaIO.py
del python\clusteringKelvinHelmholtzInstabilities.py
del python\contourTreeAlignment.py
del python\mergeTreeFeatureTracking.py
del python\nestedTrackingFromOverlap.py
del python\persistenceDrivenCompression.py
pvpython.exe -u python\run.py
- name: Test ttk-data Python scripts results [NOT ENFORCED]
Expand Down

0 comments on commit d62469c

Please sign in to comment.