mirror of
https://github.com/actions/setup-python.git
synced 2025-11-07 05:26:56 +00:00
fix check failures
This commit is contained in:
parent
cfe4a52973
commit
fbdf08cd9e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/e2e-cache.yml
vendored
5
.github/workflows/e2e-cache.yml
vendored
|
|
@ -45,6 +45,9 @@ jobs:
|
|||
exclude:
|
||||
- os: windows-latest
|
||||
python-version: pypy-3.11-v7.x
|
||||
- os: macos-latest
|
||||
python-version: pypy-3.9-v7.x
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Setup Python
|
||||
|
|
@ -183,6 +186,8 @@ jobs:
|
|||
exclude:
|
||||
- os: windows-latest
|
||||
python-version: pypy-3.11-v7.x
|
||||
- os: macos-latest
|
||||
python-version: pypy-3.9-v7.x
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Setup Python
|
||||
|
|
|
|||
Loading…
Reference in a new issue