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 af5f3d8 commit d2e647bCopy full SHA for d2e647b
.github/workflows/pytest.yml
@@ -29,6 +29,7 @@ jobs:
29
python -m pip install --upgrade pip wheel setuptools
30
python setup.py install_egg_info
31
pip install -e .
32
+ pip install pytest
33
34
- name: Run tests
35
run: |
0 commit comments