mirror of
https://github.com/actions/setup-python.git
synced 2025-08-12 03:22:06 +00:00
update the inputs
This commit is contained in:
parent
b3771251eb
commit
5b5760d967
7
.github/workflows/e2e-tests.yml
vendored
7
.github/workflows/e2e-tests.yml
vendored
@ -136,9 +136,10 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
architecture: ${{ matrix.architecture }}
|
||||
freethreaded: ${{ matrix.freethreaded }}
|
||||
|
||||
- name: Verify Install Path
|
||||
shell: pwsh
|
||||
run: python __tests__/verify-windows-install-path.py `
|
||||
-arch ${{ matrix.architecture }} `
|
||||
-freethreaded ${{ matrix.freethreaded }} `
|
||||
-version ${{ matrix.python-version }}
|
||||
${{ matrix.python-version }} `
|
||||
${{ matrix.architecture }} `
|
||||
${{ matrix.freethreaded }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user