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 efdbd40 commit fb9fc38Copy full SHA for fb9fc38
.github/workflows/documentation.yml
@@ -53,6 +53,7 @@ jobs:
53
- name: Install dependencies
54
run: |
55
poetry install
56
+ poetry run pip install -e .
57
working-directory: ${{ github.workspace }}
58
59
- name: Run tests
0 commit comments