Skip to content

Commit

Permalink
fix(ci): pin poetry>=1.8,<1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke committed Jan 7, 2025
1 parent 96c1415 commit 20b3315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install freetds-dev libsasl2-dev libpq-dev
pip install -U poetry
pip install -U 'poetry>=1.8,<1.9'
- name: Install oracle dependencies
run: sudo bash toucan_connectors/install_scripts/oracle.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: install poetry
run: |
pip install -U pip
pip install -U poetry
pip install -U 'poetry>=1.8,<1.9'
- name: publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 20b3315

Please sign in to comment.