Skip to content

Commit 175638f

Browse files
author
Sagi Polaczek
committed
WA for unittest2 pkg
1 parent 3aa33d2 commit 175638f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969
7070
- name: Install dependencies
7171
run: |
72-
pip3 install -q .[examples]
72+
pip install unittest2
73+
pip install -q .[examples]
7374
- name: Test with pytest
7475
run: |
7576
pytest --durations=40 --cov=mammal --cov-fail-under=45 --capture=no mammal/examples/tests

0 commit comments

Comments
 (0)