mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 05:33:47 +00:00
update the inputs
This commit is contained in:
parent
b3771251eb
commit
5b5760d967
1 changed files with 4 additions and 3 deletions
7
.github/workflows/e2e-tests.yml
vendored
7
.github/workflows/e2e-tests.yml
vendored
|
@ -136,9 +136,10 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
architecture: ${{ matrix.architecture }}
|
architecture: ${{ matrix.architecture }}
|
||||||
freethreaded: ${{ matrix.freethreaded }}
|
freethreaded: ${{ matrix.freethreaded }}
|
||||||
|
|
||||||
- name: Verify Install Path
|
- name: Verify Install Path
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: python __tests__/verify-windows-install-path.py `
|
run: python __tests__/verify-windows-install-path.py `
|
||||||
-arch ${{ matrix.architecture }} `
|
${{ matrix.python-version }} `
|
||||||
-freethreaded ${{ matrix.freethreaded }} `
|
${{ matrix.architecture }} `
|
||||||
-version ${{ matrix.python-version }}
|
${{ matrix.freethreaded }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue