mirror of
https://github.com/actions/setup-python.git
synced 2025-08-16 04:32:07 +00:00
updated the yaml
This commit is contained in:
parent
ec0fcb0341
commit
b3771251eb
9
.github/workflows/e2e-tests.yml
vendored
9
.github/workflows/e2e-tests.yml
vendored
@ -138,8 +138,7 @@ jobs:
|
|||||||
freethreaded: ${{ matrix.freethreaded }}
|
freethreaded: ${{ matrix.freethreaded }}
|
||||||
- name: Verify Install Path
|
- name: Verify Install Path
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: python __tests__/verify-windows-install-path.py `
|
||||||
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…
x
Reference in New Issue
Block a user