Skip to content

Commit cde8012

Browse files
committed
[ci] disable lasts python tests on mac
1 parent eba3f1a commit cde8012

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,10 @@ jobs:
388388
path: ttk-data/tests/screenshots.tar.gz
389389
retention-days: 10
390390

391-
- name: Run ttk-data Python scripts
391+
- name: Run ttk-data Python scripts [TEMPORARILY NOT ENFORCED]
392+
if: false
393+
id: validate
394+
continue-on-error: true
392395
run: |
393396
cd ttk-data
394397
# remove buggy example

0 commit comments

Comments
 (0)