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 7132bf6 commit 3108c6eCopy full SHA for 3108c6e
1 file changed
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
42
- name: Initial Setup before running tests
43
run: |
44
- ./tests/initial_setup.sh -v 0.45.2.1
+ sh "bash ./tests/initial_setup.sh -v 0.45.2.1"
45
- name: Test with pytest
46
47
pytest
0 commit comments