We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c3b51 commit d5826bbCopy full SHA for d5826bb
1 file changed
.github/workflows/python-tests.yml
@@ -19,6 +19,6 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
- pip install .
+ pip install .[dev]
23
- name: Run tests
24
run: pytest
0 commit comments