Skip to content

Commit b03a208

Browse files
committed
Fixed dependency installtion in release action
1 parent 3ee024d commit b03a208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
[ "$(poetry version -s)" == "${GITHUB_REF#refs/tags/v}" ]
2525
- name: Install dependencies
26-
run: poetry install --no-root
26+
run: poetry install
2727
- name: Run tests
2828
run: poetry run pytest
2929
- name: Build packages

0 commit comments

Comments
 (0)