Skip to content

Commit a0e9702

Browse files
committed
Install pytest before running test.
1 parent 8c02ef7 commit a0e9702

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
echo -en '${{ secrets.KEYS_INI }}' >> keys.ini
2727
2828
- name: Test with pytest
29-
run: python -m pytest
29+
run: |
30+
pip install pytest
31+
python -m pytest

0 commit comments

Comments
 (0)