mirror of
https://github.com/actions/setup-python
synced 2024-11-30 21:22:28 +08:00
ran format-check
This commit is contained in:
parent
fa256f775a
commit
9cf340e3a9
10
.github/workflows/test-python.yml
vendored
10
.github/workflows/test-python.yml
vendored
@ -474,7 +474,15 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13, ubuntu-20.04, ubuntu-22.04]
|
os:
|
||||||
|
[
|
||||||
|
ubuntu-latest,
|
||||||
|
windows-latest,
|
||||||
|
macos-latest,
|
||||||
|
macos-13,
|
||||||
|
ubuntu-20.04,
|
||||||
|
ubuntu-22.04
|
||||||
|
]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Python and check latest
|
- name: Setup Python and check latest
|
||||||
|
Loading…
Reference in New Issue
Block a user