Skip to content

Commit

Permalink
fix run order & step name
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jun 26, 2024
1 parent e8fd0e8 commit 7e26089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11, macos-12, macos-13, macos-14, windows-2019, windows-2022, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, setup-actions-ubuntu-arm64-2-core]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
check-latest: [true, false]
check-latest: [false, true]
os: [macos-11, macos-12, macos-13, macos-14, windows-2019, windows-2022, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, setup-actions-ubuntu-arm64-2-core]
steps:
- uses: actions/checkout@v4
- name: Setup Python and check latest
- name: Setup Python ${{ matrix.check-latest && 'and check latest' || '' }}
uses: ./
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 7e26089

Please sign in to comment.