mirror of
https://github.com/actions/setup-python.git
synced 2025-04-20 03:53:30 +00:00
test
This commit is contained in:
parent
63259a14e3
commit
65839cc499
6
.github/workflows/test-pypy.yml
vendored
6
.github/workflows/test-pypy.yml
vendored
@ -18,13 +18,9 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04]
|
||||
os: [windows-latest, ubuntu-20.04]
|
||||
pypy:
|
||||
- 'pypy-2.7'
|
||||
- 'pypy-3.6'
|
||||
- 'pypy-3.7'
|
||||
- 'pypy-3.6-v7.3.3rc1'
|
||||
- 'pypy-3.7-nightly'
|
||||
- 'pypy-2.7-v7.3.4rc1'
|
||||
|
||||
steps:
|
||||
|
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -2931,6 +2931,7 @@ function pypyVersionToSemantic(versionSpec) {
|
||||
}
|
||||
exports.pypyVersionToSemantic = pypyVersionToSemantic;
|
||||
function isArchPresentForWindows(item) {
|
||||
core.info(item);
|
||||
return item.files.some((file) => utils_1.WINDOWS_ARCHS.includes(file.arch) &&
|
||||
utils_1.WINDOWS_PLATFORMS.includes(file.platform));
|
||||
}
|
||||
|
@ -195,6 +195,7 @@ export function pypyVersionToSemantic(versionSpec: string) {
|
||||
}
|
||||
|
||||
export function isArchPresentForWindows(item: any) {
|
||||
core.info(item);
|
||||
return item.files.some(
|
||||
(file: any) =>
|
||||
WINDOWS_ARCHS.includes(file.arch) &&
|
||||
|
Loading…
Reference in New Issue
Block a user