We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6669747 commit 11325d2Copy full SHA for 11325d2
.github/workflows/tests.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- python -m pip install --only-binary=wheel setuptools twine
+ python -m pip install --only-binary=wheel setuptools twine pytest
30
python -m pip install -e ".[test]"
31
32
- name: Unit tests
0 commit comments