Skip to content

Commit 3108c6e

Browse files
committed
update
1 parent 7132bf6 commit 3108c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4242
- name: Initial Setup before running tests
4343
run: |
44-
./tests/initial_setup.sh -v 0.45.2.1
44+
sh "bash ./tests/initial_setup.sh -v 0.45.2.1"
4545
- name: Test with pytest
4646
run: |
4747
pytest

0 commit comments

Comments
 (0)