Skip to content

Commit 7e26089

Browse files
committed
fix run order & step name
1 parent e8fd0e8 commit 7e26089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-python.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
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]
2423
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
25-
check-latest: [true, false]
24+
check-latest: [false, true]
25+
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]
2626
steps:
2727
- uses: actions/checkout@v4
28-
- name: Setup Python and check latest
28+
- name: Setup Python ${{ matrix.check-latest && 'and check latest' || '' }}
2929
uses: ./
3030
with:
3131
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)