ci: use latest Poetry

master
cn 3 weeks ago committed by Christian Nicolai
parent 108c11aeb0
commit 36050ae49b

@ -30,7 +30,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
run: |
pip install 'poetry>=1.1.0,<1.2.0'
curl -sSL "https://install.python-poetry.org" | python3 -
- name: Install dependencies
run: |
poetry install

Loading…
Cancel
Save