Skip to content

Commit

Permalink
build: ignore poetry 1.5.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed May 19, 2023
1 parent 3a01f9d commit 176504e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Remove cached duckdb extensions
run: rm -rf ~/.duckdb
- name: Install poetry
run: python -m pip install poetry pip -U
run: python -m pip install 'poetry<1.5.0' pip -U
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ envlist = py{37,38,39,310}-{mypy,duckdb040,duckdb051,duckdb061,duckdb071}-sqlalc
isolated_build = True
requires =
tox-gh-actions
tox-poetry-installer[poetry]
tox-poetry-installer
poetry<1.5.0

[gh-actions]
python =
Expand Down

0 comments on commit 176504e

Please sign in to comment.