We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee024d commit b03a208Copy full SHA for b03a208
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
[ "$(poetry version -s)" == "${GITHUB_REF#refs/tags/v}" ]
25
- name: Install dependencies
26
- run: poetry install --no-root
+ run: poetry install
27
- name: Run tests
28
run: poetry run pytest
29
- name: Build packages
0 commit comments