This commit is contained in:
Jonathan Wren 2021-07-08 01:37:04 -07:00
parent 3c66096b1c
commit 31e538300e

View file

@ -49,7 +49,7 @@ jobs:
if: ${{ matrix.python-version != '3.10-dev' }}
run: |
echo '::group::poetry'
pip install poetry
pip install poetry==1.2.0a1
poetry config --local virtualenvs.in-project true
echo '::endgroup::'