Skip to content

Commit cd110a9

Browse files
authored
install dependencies specified in test config (#666)
1 parent e4cc6af commit cd110a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codecov.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install -e .
23-
pip install pytest pytest-cov noise==1.2.2
22+
pip install -e .[tests]
2423
- name: Generate coverage report
2524
run: |
2625
pytest --cov=./ --cov-report=xml

0 commit comments

Comments
 (0)