udpate build to poetry alpha 2 for python 3.10

This commit is contained in:
Jonathan Wren 2021-08-16 19:35:37 -07:00
parent b23c831da5
commit c0e068d693

View file

@ -64,7 +64,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==1.2.0a1 pip install poetry==1.2.0a2
poetry config --local virtualenvs.in-project true poetry config --local virtualenvs.in-project true
echo '::endgroup::' echo '::endgroup::'