Skip to content

Commit

Permalink
Update poetry and python in ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jbh-cloud committed Dec 4, 2023
1 parent 26c3c28 commit 3f69fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# reference the matrixe python version here.
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11

# Cache the installation of Poetry itself, e.g. the next step. This prevents the workflow
# from installing Poetry every time, which can be slow. Note the use of the Poetry version
Expand All @@ -25,7 +25,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.local
key: poetry-1.1.14-0
key: poetry-1.7.1-0

# Install Poetry. You could do this manually, or there are several actions that do this.
# `snok/install-poetry` seems to be minimal yet complete, and really just calls out to
Expand All @@ -38,7 +38,7 @@ jobs:
# cache it.
- uses: snok/install-poetry@v1
with:
version: 1.1.14
version: 1.7.1
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down

0 comments on commit 3f69fdf

Please # to comment.