Skip to content

Commit

Permalink
fix(tests): Fix poetry installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed Mar 23, 2022
1 parent ce17edb commit 86ce268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- uses: actions/checkout@v2-beta
- uses: actions/setup-python@v2
with:
python-version: "3.8"
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 86ce268

Please sign in to comment.