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 08da9de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- 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 08da9de

Please sign in to comment.