Skip to content

Commit

Permalink
fix(ci): install latest poetry in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed Mar 23, 2022
1 parent 92329df commit c605292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: "3.10"

- name: Install Poetry
uses: snok/install-poetry@v1.1.0
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down

0 comments on commit c605292

Please sign in to comment.