mirror of
https://github.com/actions/setup-python.git
synced 2025-07-22 17:28:20 +02:00
Merge remote-tracking branch 'upstream/main'
* upstream/main: Fix output for prerelease version of poetry (#409) Update zeit/ncc to vercel/ncc (#393) Change PyPy version to rebuild cache
This commit is contained in:
commit
59e9c1d0b3
5 changed files with 13 additions and 14 deletions
2
.github/workflows/e2e-cache.yml
vendored
2
.github/workflows/e2e-cache.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
python-version: ['3.9', 'pypy-3.7-v7.x']
|
||||
python-version: ['3.9', 'pypy-3.8']
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install poetry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue