mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04]
|
os: [windows-latest, ubuntu-20.04]
|
||||||
pypy:
|
pypy:
|
||||||
- 'pypy-2.7'
|
- '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'
|
- 'pypy-2.7-v7.3.4rc1'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -2931,6 +2931,7 @@ function pypyVersionToSemantic(versionSpec) {
|
|||||||
}
|
}
|
||||||
exports.pypyVersionToSemantic = pypyVersionToSemantic;
|
exports.pypyVersionToSemantic = pypyVersionToSemantic;
|
||||||
function isArchPresentForWindows(item) {
|
function isArchPresentForWindows(item) {
|
||||||
|
core.info(item);
|
||||||
return item.files.some((file) => utils_1.WINDOWS_ARCHS.includes(file.arch) &&
|
return item.files.some((file) => utils_1.WINDOWS_ARCHS.includes(file.arch) &&
|
||||||
utils_1.WINDOWS_PLATFORMS.includes(file.platform));
|
utils_1.WINDOWS_PLATFORMS.includes(file.platform));
|
||||||
}
|
}
|
||||||
|
@ -195,6 +195,7 @@ export function pypyVersionToSemantic(versionSpec: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function isArchPresentForWindows(item: any) {
|
export function isArchPresentForWindows(item: any) {
|
||||||
|
core.info(item);
|
||||||
return item.files.some(
|
return item.files.some(
|
||||||
(file: any) =>
|
(file: any) =>
|
||||||
WINDOWS_ARCHS.includes(file.arch) &&
|
WINDOWS_ARCHS.includes(file.arch) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user