Skip to content

Commit

Permalink
Use current latest Python version (3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesvink authored Dec 19, 2023
1 parent 04a4dd3 commit 757717d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Move to correct location
run: cd ${GITHUB_WORKSPACE}
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Move to correct location
run: cd ${GITHUB_WORKSPACE}
Expand All @@ -59,4 +59,4 @@ jobs:
echo "No changes to commit."
fi

0 comments on commit 757717d

Please sign in to comment.