Skip to content

Commit af2a597

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Try to fix ci error
1 parent a1b6377 commit af2a597

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
- name: Test
3535
env:
3636
TEST_CONFIGURATION_ACCESS_TOKEN: ${{ secrets.TEST_CONFIGURATION_ACCESS_TOKEN }}
37-
run: make test test-example
37+
run: |
38+
chmod +x scripts/run_snippets.sh
39+
make test test-example

0 commit comments

Comments
 (0)