Skip to content

Commit

Permalink
try to switch to pvpython
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Nov 4, 2023
1 parent 6bb0fa8 commit 2ee90e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ jobs:
run: |
cd ttk-data/tests
mkdir output_screenshots
python3 -u validate.py || (tar zcf screenshots.tar.gz output_screenshots && false)
pvpython -u validate.py || (tar zcf screenshots.tar.gz output_screenshots && false)
env:
PV_PLUGIN_PATH: /usr/local/bin/plugins/TopologyToolKit

Expand Down

0 comments on commit 2ee90e9

Please sign in to comment.