diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b2694e..072d06d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry run: | - pip install poetry==1.0.10 + pip install 'poetry>=1.1.0,<1.2.0' - name: Install dependencies run: | poetry install