mirror of
https://github.com/actions/setup-python.git
synced 2025-04-18 18:43:31 +00: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:
|
||||
fail-fast: false
|
||||
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:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Python and check latest
|
||||
|
Loading…
Reference in New Issue
Block a user