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 19c7700 commit d915ea0Copy full SHA for d915ea0
1 file changed
.github/workflows/test.yml
@@ -42,9 +42,8 @@ jobs:
42
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
43
- name: Initial Setup before running tests
44
run: |
45
- ls -l
46
- pwd
47
- sh "bash ./tests/initial_setup.sh -v 0.45.2.1"
+ chmod +x ./tests/initial_setup.sh
+ ./tests/initial_setup.sh -v 0.45.2.1
48
- name: Test with pytest
49
50
pytest
0 commit comments