mirror of
https://github.com/actions/setup-python.git
synced 2025-12-19 06:47:09 +00:00
Merge branch 'main' of https://github.com/gowridurgad/setup-python into pip-install-input
This commit is contained in:
commit
09077044eb
4 changed files with 14 additions and 2 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…
Add table
Add a link
Reference in a new issue