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 e8f1ecf commit 5dcb583Copy full SHA for 5dcb583
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: |
33
python -m pip install --upgrade pip
34
- python -m pip install .[test]
+ python -m pip install -e .[test]
35
- name: Run tests
36
37
pytest pins -m 'not fs_rsc and not skip_on_github' $PYTEST_OPTS
0 commit comments