fix syntax error

This commit is contained in:
Jonathan Wren 2021-07-03 16:12:15 -07:00
parent be5e4954ea
commit 13f47c71c7

View file

@ -46,11 +46,11 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ matrix.python-version }}-v2
- name: Install dependencies
if: ${{ matrix.python-version != 3.10-dev }}
if: ${{ matrix.python-version != '3.10-dev' }}
run: pip install poetry
- name: Install dependencies (Prerelease)
if: ${{ matrix.python-version == 3.10-dev }}
if: ${{ matrix.python-version == '3.10-dev' }}
run: pip install poetry==1.2.0a1
- name: Configure poetry