mirror of
https://github.com/actions/setup-python.git
synced 2025-06-29 14:13:48 +00:00
updated the script
This commit is contained in:
parent
a49e508555
commit
ec0fcb0341
2 changed files with 25 additions and 17 deletions
9
.github/workflows/e2e-tests.yml
vendored
9
.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 }} `
|
||||
run: |
|
||||
python __tests__/verify-windows-install-path.py `
|
||||
${{ matrix.python-version }} `
|
||||
${{ matrix.architecture }} `
|
||||
${{ matrix.freethreaded }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue