Skip to content

Commit b0f2883

Browse files
committed
simplify bare environment installation
1 parent bce280d commit b0f2883

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,8 @@ jobs:
5353

5454
- name: Create bare environment
5555
if: matrix.environment-type == 'bare'
56-
env:
57-
REQUIREMENTS: pytest pytest-cov pytest-mock requests-mock pytest-timeout pytest-rerunfailures pytest-remotedata
5856
run: |
59-
pip install $REQUIREMENTS
60-
pip install .
57+
pip install .[test]
6158
6259
- name: Run tests
6360
shell: bash -l {0} # necessary for conda env to be active

0 commit comments

Comments
 (0)