Skip to content

Commit

Permalink
Bump poetry for s3 backup
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Feb 12, 2024
1 parent 6b962cd commit 6c67560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 6c67560

Please sign in to comment.