Skip to content

Commit 4db35d2

Browse files
committed
cd: fix poetry version
1 parent 730d285 commit 4db35d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- name: Install Poetry and dependencies
2525
run: |
2626
curl -sSL https://install.python-poetry.org | python3 -
27+
export PATH="$HOME/.local/bin:$PATH"
28+
poetry self update
2729
pip install requests
2830
2931
- name: Build and publish main package

0 commit comments

Comments
 (0)