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:
|
exclude:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python-version: pypy-3.11-v7.x
|
python-version: pypy-3.11-v7.x
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: pypy-3.9-v7.x
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
|
|
@ -183,6 +186,8 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python-version: pypy-3.11-v7.x
|
python-version: pypy-3.11-v7.x
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: pypy-3.9-v7.x
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue