Skip to content

Commit f7dd753

Browse files
author
FEO\preus
committed
install pytest
1 parent 03a7936 commit f7dd753

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,7 @@ jobs:
6464
run: pip install -e .
6565

6666
- name: run tests
67-
run: pytest -v
67+
run: |
68+
pip install --upgrade pip
69+
pip install pytest
70+
pytest -v

0 commit comments

Comments
 (0)