Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit f49acae

Browse files
committed
Fix bash ImageNotFoun
1 parent 7fb9d46 commit f49acae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3333
- name: Test with pytest
3434
run: |
35-
docker pull openjdk && docker pull php && docker pull ruby && pytest --cov=.
35+
docker pull bash && docker pull openjdk && docker pull php && docker pull ruby && pytest --cov=.

0 commit comments

Comments
 (0)