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 48fc1c3 commit 6f91134Copy full SHA for 6f91134
.github/workflows/run-tests.yml
@@ -32,9 +32,7 @@ jobs:
32
python-version: ${{ matrix.python-version }}
33
- name: Install dependencies
34
run: |
35
- pip install -e .
36
- pip install pytest pytest-cov pytest-lazy-fixture
37
- pip install codecov
+ pip install -r requirements-dev.txt
38
- name: Test with pytest
39
40
pytest tests
0 commit comments