Revert "test"

This reverts commit 31e538300e.
This commit is contained in:
Jonathan Wren 2021-07-10 12:04:11 -07:00
parent 31e538300e
commit f593af6099

View file

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