diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d7c8a89..af08166d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: key: py3.10-ubuntu-latest-venv-cache-${{ hashFiles('**/poetry.lock') }} - name: Install poetry run: | - pip install poetry>=2.1.2 + pip install poetry>=2.1.3 poetry config virtualenvs.in-project true - name: Install dependencies run: | @@ -52,7 +52,7 @@ jobs: key: py3.10-ubuntu-latest-venv-cache-${{ hashFiles('**/poetry.lock') }} - name: Install poetry run: | - pip install poetry>=2.1.2 + pip install poetry>=2.1.3 poetry config virtualenvs.in-project true - name: Install dependencies run: | @@ -77,7 +77,7 @@ jobs: key: py3.10-ubuntu-latest-venv-cache-${{ hashFiles('**/poetry.lock') }} - name: Install poetry run: | - pip install poetry>=2.1.2 + pip install poetry>=2.1.3 poetry config virtualenvs.in-project true - name: Install dependencies run: | @@ -112,7 +112,7 @@ jobs: key: py${{ matrix.python-version }}-${{ matrix.os }}-venv-cache-${{ hashFiles('**/poetry.lock') }} - name: Install poetry run: | - pip install poetry>=2.1.2 + pip install poetry>=2.1.3 poetry config virtualenvs.in-project true - name: Install dependencies run: | @@ -145,7 +145,7 @@ jobs: key: py3.10-ubuntu-latest-venv-cache-${{ hashFiles('**/poetry.lock') }} - name: Install poetry run: | - pip install poetry>=2.1.2 + pip install poetry>=2.1.3 poetry config virtualenvs.in-project true - name: Download wheels and sdist uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4