Skip to content

Commit 6f91134

Browse files
committed
Revert test dependencies back to full list
1 parent 48fc1c3 commit 6f91134

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
python-version: ${{ matrix.python-version }}
3333
- name: Install dependencies
3434
run: |
35-
pip install -e .
36-
pip install pytest pytest-cov pytest-lazy-fixture
37-
pip install codecov
35+
pip install -r requirements-dev.txt
3836
- name: Test with pytest
3937
run: |
4038
pytest tests

0 commit comments

Comments
 (0)