Skip to content

Commit

Permalink
Workflow: Increment python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiannis128 committed Nov 4, 2024
1 parent 2f6f172 commit 5ce1a57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5.3.0
with:
python-version: "3.11"
python-version: "3.12.0"

- name: Check out repository code
uses: actions/checkout@v4.2.2
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5.3.0
with:
python-version: "3.11"
python-version: "3.12.0"

- name: Install pipenv
run: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5.3.0
with:
python-version: "3.11"
python-version: "3.12.0"

- name: Download Requirements
uses: actions/download-artifact@v4.1.8
Expand Down

0 comments on commit 5ce1a57

Please sign in to comment.