Skip to content

Commit

Permalink
Merge pull request #2571 from davep/pin-install-poetry-action
Browse files Browse the repository at this point in the history
Clean version of the temporary pin of snok/install-poetry
  • Loading branch information
davep committed Oct 11, 2022
2 parents 84e6286 + 17d9369 commit 42988b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install and configure Poetry
uses: snok/install-poetry@v1
# TODO: workaround for https://github.com/snok/install-poetry/issues/94
uses: snok/install-poetry@v1.3.1
with:
version: 1.1.11
virtualenvs-in-project: true
Expand Down

0 comments on commit 42988b8

Please sign in to comment.