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 c5b37c8 commit ab3c315Copy full SHA for ab3c315
.github/workflows/main.yml
@@ -60,6 +60,7 @@ jobs:
60
dependency_type: minimum
61
- name: Run the unit tests
62
run: |
63
+ python -m pip install ".[test]"
64
python -m pytest -vv || python -m pytest -vv --lf
65
66
test_prereleases:
0 commit comments