We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d53e8d commit 9ed2cf7Copy full SHA for 9ed2cf7
1 file changed
.github/workflows/tests.yml
@@ -28,6 +28,10 @@ jobs:
28
run: |
29
which python
30
python --version
31
+ - name: Install dependencies
32
+ run: |
33
+ python -m pip install --upgrade pip setuptools
34
+ python -m pip install .[dev]
35
- name: Run pytest
36
37
python -m pytest -v --durations=0
0 commit comments