mirror of
https://github.com/actions/setup-python.git
synced 2025-06-23 20:27:58 +02: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:
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
|
||||
|
Reference in New Issue
Block a user