We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b4b38 commit 84632a7Copy full SHA for 84632a7
1 file changed
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install dependencies
17
run: |
18
python3 -m pip install --upgrade pip setuptools
19
- pip install .[dev]
+ python3 -m pip install .[dev]
20
- name: Run tests
21
22
pytest
0 commit comments