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 9463f0b commit 584f134Copy full SHA for 584f134
.github/workflows/pytest.yml
@@ -53,11 +53,8 @@ jobs:
53
54
- name: Create bare environment
55
if: matrix.environment-type == 'bare'
56
- env:
57
- REQUIREMENTS: pytest pytest-cov pytest-mock requests-mock pytest-timeout pytest-rerunfailures pytest-remotedata
58
run: |
59
- pip install $REQUIREMENTS
60
- pip install .
+ pip install .[test]
61
62
- name: Run tests
63
shell: bash -l {0} # necessary for conda env to be active
0 commit comments