diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e9165b3ae..841bcf865 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -247,7 +247,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.6.15] + python-version: [3.11.2] steps: - name: Checkout repo uses: actions/checkout@v4 @@ -265,7 +265,7 @@ jobs: cache-name: cache-poetry-installer with: path: "~/poetry_installer" - key: "poetry-installer-1.1.11" + key: "poetry-installer-1.7.1" - name: Download poetry installer if: steps.cache-poetry-installer.outputs.cache-hit != 'true' run: | @@ -275,7 +275,7 @@ jobs: - name: Install poetry (api) run: | cd ~/poetry_installer - python install-poetry.py --version 1.1.11 + python install-poetry.py --version 1.7.1 poetry config virtualenvs.create true poetry config virtualenvs.in-project false poetry config experimental.new-installer false