We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b6377 commit af2a597Copy full SHA for af2a597
.github/workflows/python-package.yml
@@ -34,4 +34,6 @@ jobs:
34
- name: Test
35
env:
36
TEST_CONFIGURATION_ACCESS_TOKEN: ${{ secrets.TEST_CONFIGURATION_ACCESS_TOKEN }}
37
- run: make test test-example
+ run: |
38
+ chmod +x scripts/run_snippets.sh
39
+ make test test-example
0 commit comments