Skip to content

Commit

Permalink
disabling cinemaquery tests under windows
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Feb 22, 2024
1 parent a7b37d5 commit 2d7d75b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,15 @@ 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
# as of February 2024, the sqlite installation by conda seems broken
# under Windows. it is installed indeed, but cmake can't seem to find
# it anymore.
# let's remove the related state files
rm python\cinemaIO.py
rm python\clusteringKelvinHelmholtzInstabilities.py
rm python\contourTreeAlignment.py
rm python\mergeTreeFeatureTracking.py
rm python\nestedTrackingFromOverlap.py
pvpython.exe -u python\run.py
- name: Test ttk-data Python scripts results [NOT ENFORCED]
Expand Down

0 comments on commit 2d7d75b

Please sign in to comment.