Skip to content

Commit

Permalink
Update poetry to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
berendkleinhaneveld committed Oct 23, 2023
1 parent 2fea0d9 commit 2cef339
Show file tree
Hide file tree
Showing 3 changed files with 729 additions and 556 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
python-version: ${{ matrix.pyversion }}
- name: Install poetry
run: pip install "poetry>=1.1.8,<1.2"
run: pip install "poetry>=1.4.2,<1.5"
- name: Install dependencies
run: poetry install
- name: Lint
Expand All @@ -53,7 +53,7 @@ jobs:
with:
python-version: '3.9'
- name: Install poetry
run: pip install "poetry>=1.1.8,<1.2"
run: pip install "poetry>=1.4.2,<1.5"
- name: Install dependencies
run: poetry install
- name: Build wheel
Expand Down
Loading

0 comments on commit 2cef339

Please sign in to comment.