Skip to content

Commit 76b5e29

Browse files
authored
Update release.yml
1 parent eeb5340 commit 76b5e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
- name: Install Poetry
168168
run: |
169169
curl -sSL https://install.python-poetry.org | python - -y
170+
export PATH="/Users/runner/.local/bin:$PATH"
170171
poetry install
171172
poetry run version ${{ github.event.inputs.version }}
172173
- name: build

0 commit comments

Comments
 (0)