Skip to content

Commit

Permalink
Bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
filipre committed Jul 15, 2023
1 parent 9cd42d9 commit 6762dfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ jobs:
with:
ref: ${{ fromJson(steps.get_pull_request_ref.outputs.data).head.ref }}

- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11

- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.13
poetry-version: 1.5.1

- name: Install dependencies
run: poetry install --no-dev
Expand Down

0 comments on commit 6762dfd

Please sign in to comment.