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 29d84bc commit 066d0f3Copy full SHA for 066d0f3
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
cache-dependency-path: pyproject.toml
22
- name: Install dependencies
23
run: |
24
- pip install --group dev
+ pip install . --group dev
25
- name: Run tests
26
27
pytest
0 commit comments