Skip to content

Commit

Permalink
Fix poetry in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Nov 15, 2021
1 parent 3d59e3e commit 062a4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install and configure Poetry
uses: snok/install-poetry@v1.1.1 # see https://github.com/snok/install-poetry
uses: snok/install-poetry@v1.2.1 # see https://github.com/snok/install-poetry
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down

0 comments on commit 062a4ac

Please sign in to comment.