Skip to content

Commit

Permalink
[ci] removing topoOpt dark sky (out of mem)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 16, 2024
1 parent 59f5923 commit 9f73d9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
run: |
sudo apt install ./ttk-paraview-headless.deb
# TODO: more aggressive warnings? (ubuntu-24.04)
- name: Create & configure TTK build directory
run: |
mkdir build
Expand Down Expand Up @@ -241,6 +240,8 @@ jobs:
# remove buggy example
# related issue: https://github.com/topology-tool-kit/ttk/issues/1055
rm python/nestedTrackingFromOverlap.py
# remove examples which fill up the memory
rm python/topologicalOptimization_darkSky.py
python3 -u python/run.py
- name: Test ttk-data Python scripts results [NOT ENFORCED]
Expand Down

0 comments on commit 9f73d9e

Please sign in to comment.