We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba3f1a commit cde8012Copy full SHA for cde8012
.github/workflows/test.yml
@@ -388,7 +388,10 @@ jobs:
388
path: ttk-data/tests/screenshots.tar.gz
389
retention-days: 10
390
391
- - name: Run ttk-data Python scripts
+ - name: Run ttk-data Python scripts [TEMPORARILY NOT ENFORCED]
392
+ if: false
393
+ id: validate
394
+ continue-on-error: true
395
run: |
396
cd ttk-data
397
# remove buggy example
0 commit comments