Skip to content

Commit

Permalink
Switch system-tests to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed Jul 8, 2024
1 parent 6e1050a commit 2063564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@ jobs:
if: ${{ always() }}
name: Aggregate (${{ matrix.app }})
steps:
- name: Setup python 3.9
- name: Setup python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2063564

Please sign in to comment.