Skip to content

Commit

Permalink
ci: pin poetry to 1.5.1
Browse files Browse the repository at this point in the history
Version 1.6.0 dropped support for Python 3.7
https://github.com/python-poetry/poetry/releases/tag/1.6.0
  • Loading branch information
alcarney authored and tombh committed Aug 29, 2023
1 parent 578e6bb commit 73a08a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: '1.5.1'
virtualenvs-in-project: true
- name: Load cached venv
id: cached-poetry-dependencies
Expand Down

0 comments on commit 73a08a7

Please sign in to comment.