We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a7936 commit f7dd753Copy full SHA for f7dd753
.github/workflows/build-package.yml
@@ -64,4 +64,7 @@ jobs:
64
run: pip install -e .
65
66
- name: run tests
67
- run: pytest -v
+ run: |
68
+ pip install --upgrade pip
69
+ pip install pytest
70
+ pytest -v
0 commit comments