mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
ran format-check
This commit is contained in:
parent
fa256f775a
commit
9cf340e3a9
1 changed files with 9 additions and 1 deletions
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…
Add table
Reference in a new issue