No need to pin poetry since release of 1.2.0.

This commit is contained in:
ljnsn 2022-12-21 22:56:36 +01:00
parent 2a04a4fa27
commit da041a2d46
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
python -m pip install --upgrade pip
python -m pip install "poetry==1.2.0a2"
python -m pip install poetry
- name: Configure poetry
run: python -m poetry config virtualenvs.create false
- name: Install Dependencies