Skip to content

Commit 8d15b47

Browse files
committed
Require fewer packages for testing
1 parent 75aaea7 commit 8d15b47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

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

0 commit comments

Comments
 (0)