Skip to content

Commit

Permalink
Merge branch 'ci' of https://github.com/julien-tierny/ttk into ci
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Dec 22, 2024
2 parents e3fa64d + a445d9f commit 0c996f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ jobs:
rm ttk-data/states/nestedTrackingFromOverlap.py
# remove examples which fill up the memory
rm ttk-data/states/topologicalOptimization_darkSky.pvsm
# remove examples that take too long to render under mac
rm ttk-data/states/persistentGenerators_householdAnalysis.pvsm
cd ttk-data/tests
mkdir output_screenshots
pvpython -u validate.py || (tar zcf screenshots.tar.gz output_screenshots && false)
Expand All @@ -385,8 +387,7 @@ jobs:
path: ttk-data/tests/screenshots.tar.gz
retention-days: 10

- name: Run ttk-data Python scripts [TEMPORARILY NOT ENFORCED]
continue-on-error: true
- name: Run ttk-data Python scripts
run: |
cd ttk-data
# remove buggy example
Expand Down

0 comments on commit 0c996f3

Please sign in to comment.