Merge pull request #2571 from davep/pin-install-poetry-action

Clean version of the temporary pin of snok/install-poetry
This commit is contained in:
Dave Pearson 2022-10-11 10:41:39 +01:00 committed by GitHub
commit 42988b834f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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