Skip to content

Commit

Permalink
Merge pull request #3764 from DataDog/cbeauchesne/system-tests-3-12
Browse files Browse the repository at this point in the history
Switch system-tests to python 3.12
  • Loading branch information
ivoanjo authored Jul 8, 2024
2 parents 89e5d0a + 2063564 commit 66acc55
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 66acc55

Please sign in to comment.