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 625ce5f commit 3e04af6Copy full SHA for 3e04af6
.github/workflows/tests.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install dependencies
49
run: |
50
python -m pip install --upgrade pip
51
- pip install .
+ pip install -e '.[test]'
52
53
- name: Run tests with pytest
54
0 commit comments