mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 05:33:47 +00:00
update the correct script file name
This commit is contained in:
parent
9fee7449e6
commit
afa8c7e382
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -139,7 +139,7 @@ jobs:
|
||||||
|
|
||||||
- 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_user.py `
|
||||||
${{ matrix.python-version }} `
|
${{ matrix.python-version }} `
|
||||||
${{ matrix.architecture }} `
|
${{ matrix.architecture }} `
|
||||||
${{ matrix.freethreaded }}
|
${{ matrix.freethreaded }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue