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' }} if: ${{ matrix.python-version != '3.10-dev' }}
run: | run: |
echo '::group::poetry' echo '::group::poetry'
pip install poetry pip install poetry==1.2.0a1
poetry config --local virtualenvs.in-project true poetry config --local virtualenvs.in-project true
echo '::endgroup::' echo '::endgroup::'