We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c96f7 commit 4f36fb3Copy full SHA for 4f36fb3
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
python -m pip install --upgrade pip
38
pip --version
39
- pip install -U -r requirements-dev.txt
+ pip install -U pytest pytest-cov
40
pip freeze
41
42
- name: Build package
0 commit comments