mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 09:03:46 +00:00
update actions/cache for releases/v4 (#1073)
* update actions/cache * npm audit fix and poetry command update * fix check failures * fix check failures
This commit is contained in:
parent
b64ffcaf5b
commit
3605726ffa
20 changed files with 63320 additions and 2411 deletions
12
.github/workflows/e2e-cache.yml
vendored
12
.github/workflows/e2e-cache.yml
vendored
|
@ -20,8 +20,11 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
os: [ubuntu-latest, windows-latest, macos-13]
|
||||
python-version: ['3.9', 'pypy-3.7-v7.x']
|
||||
exclude:
|
||||
- os: macos-13
|
||||
python-version: 'pypy-3.7-v7.x'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Python
|
||||
|
@ -88,7 +91,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'poetry'
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
run: poetry install --no-root
|
||||
|
||||
python-pip-dependencies-caching-path:
|
||||
name: Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }})
|
||||
|
@ -96,8 +99,11 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
os: [ubuntu-latest, windows-latest, macos-13]
|
||||
python-version: ['3.9', 'pypy-3.7-v7.x']
|
||||
exclude:
|
||||
- os: macos-13
|
||||
python-version: 'pypy-3.7-v7.x'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue