mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 05:33:47 +00:00
updated the yaml
This commit is contained in:
parent
ec0fcb0341
commit
b3771251eb
1 changed files with 4 additions and 5 deletions
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…
Add table
Add a link
Reference in a new issue