Skip to content

Commit d915ea0

Browse files
committed
update
1 parent 19c7700 commit d915ea0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4343
- name: Initial Setup before running tests
4444
run: |
45-
ls -l
46-
pwd
47-
sh "bash ./tests/initial_setup.sh -v 0.45.2.1"
45+
chmod +x ./tests/initial_setup.sh
46+
./tests/initial_setup.sh -v 0.45.2.1
4847
- name: Test with pytest
4948
run: |
5049
pytest

0 commit comments

Comments
 (0)