mirror of
https://github.com/actions/setup-python.git
synced 2025-06-29 14:13:48 +00:00
updated test
This commit is contained in:
parent
99c37bc0b2
commit
512e05768d
2 changed files with 0 additions and 106 deletions
49
.github/workflows/e2e-tests.yml
vendored
49
.github/workflows/e2e-tests.yml
vendored
|
@ -94,52 +94,3 @@ jobs:
|
|||
run: |
|
||||
curl -L https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json | jq empty
|
||||
shell: bash
|
||||
|
||||
verify-install-path:
|
||||
name: Verify Install Path
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-11-arm]
|
||||
architecture: [x86, arm64]
|
||||
python-version: ['3.11', '3.12', '3.13.1', '3.14.0-beta.2']
|
||||
freethreaded: ['false']
|
||||
include:
|
||||
- os: windows-11-arm
|
||||
architecture: x86
|
||||
python-version: '3.13.1'
|
||||
freethreaded: true
|
||||
- os: windows-11-arm
|
||||
architecture: arm64
|
||||
python-version: '3.13.1'
|
||||
freethreaded: true
|
||||
- os: windows-11-arm
|
||||
architecture: x86
|
||||
python-version: '3.14.0-beta.2'
|
||||
freethreaded: true
|
||||
- os: windows-11-arm
|
||||
architecture: arm64
|
||||
python-version: '3.14.0-beta.2'
|
||||
freethreaded: true
|
||||
- os: windows-latest
|
||||
architecture: x86
|
||||
python-version: '3.10'
|
||||
freethreaded: false
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: ./
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
architecture: ${{ matrix.architecture }}
|
||||
freethreaded: ${{ matrix.freethreaded }}
|
||||
|
||||
- name: Verify Install Path
|
||||
shell: pwsh
|
||||
run: python __tests__/verify_windows_install_path_user.py `
|
||||
${{ matrix.python-version }} `
|
||||
${{ matrix.architecture }} `
|
||||
${{ matrix.freethreaded }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue