mirror of
https://github.com/actions/setup-python.git
synced 2025-06-27 21:23:48 +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 }}
|
||||
- name: Verify Install Path
|
||||
shell: pwsh
|
||||
run: |
|
||||
python __tests__/verify-windows-install-path.py `
|
||||
${{ matrix.python-version }} `
|
||||
${{ matrix.architecture }} `
|
||||
${{ matrix.freethreaded }}
|
||||
run: python __tests__/verify-windows-install-path.py `
|
||||
-arch ${{ matrix.architecture }} `
|
||||
-freethreaded ${{ matrix.freethreaded }} `
|
||||
-version ${{ matrix.python-version }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue