Skip to content

Commit

Permalink
cd: fix poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
gventuri committed Jan 20, 2025
1 parent 730d285 commit 4db35d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Install Poetry and dependencies
run: |
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"
poetry self update
pip install requests
- name: Build and publish main package
Expand Down

0 comments on commit 4db35d2

Please sign in to comment.