remove dev dependency that breaks with python 3.10

This commit is contained in:
Jonathan Wren 2021-07-03 16:24:40 -07:00
parent 11efc624d6
commit 2d420b277e

View file

@ -51,7 +51,9 @@ jobs:
- name: Install poetry (Prerelease)
if: ${{ matrix.python-version == '3.10-dev' }}
run: pip install poetry==1.2.0a1
run: |
pip install poetry==1.2.0a1
poetry remove --dev pytest-clarity
- name: Install dependencies
run: |