Pin snok/install-poetry for now

There is an issue with the latest version of this action, that's specific to
Python 3.8 on Windows. Pinning to the (as of the time of writing)
last-but-one version lets out tests work again.

See #2568.
This commit is contained in:
Dave Pearson 2022-10-11 10:07:03 +01:00
parent 84e628655a
commit 17d9369e75
No known key found for this signature in database
GPG key ID: B413E0EF113D4ABF

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