Skip to content

Commit

Permalink
Update .github/workflows/all-pr-checks.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Juda <[email protected]>
  • Loading branch information
jamesclark-Zapata and alexjuda authored Apr 23, 2024
1 parent 3e9ae17 commit 980e4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
with:
target_path: ${{ matrix.package }}
# Choice of Python versions to run against:
# * 3.9: the oldest supported version
# * 3.11: the latest officially supported version. Used in CE images.
python_versions: '["3.9", "3.11"]'
# * 3.9: the oldest supported version
python_versions: '["3.11", "3.9"]'
style:
# call the reusable workflow for the packages that changed
needs: changes
Expand Down

0 comments on commit 980e4a8

Please sign in to comment.