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 7c327c4 commit 8c3e98aCopy full SHA for 8c3e98a
.github/workflows/test.yml
@@ -30,6 +30,6 @@ jobs:
30
with:
31
python-version: ${{ matrix.python-version }}
32
- name: Install dependencies
33
- run: pip install .[test]
+ run: python -m pip install . --group test
34
- name: Test Execution
35
run: python -m pytest ./tests
0 commit comments