mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 05:33:47 +00:00
update test
This commit is contained in:
parent
a14e4fdb8d
commit
25cabaaf34
1 changed files with 4 additions and 1 deletions
5
.github/workflows/e2e-tests.yml
vendored
5
.github/workflows/e2e-tests.yml
vendored
|
@ -119,4 +119,7 @@ jobs:
|
||||||
freethreaded: ${{ matrix.freethreaded }}
|
freethreaded: ${{ matrix.freethreaded }}
|
||||||
|
|
||||||
- name: Verify Install Path
|
- name: Verify Install Path
|
||||||
run: python __tests__/verify_windows_install_path.ps1 ${{ matrix.architecture }} ${{ matrix.freethreaded }} ${{ matrix.python-version }}
|
run: |
|
||||||
|
cd __tests__
|
||||||
|
./verify_windows_install_path.ps1 ${{ matrix.architecture }} ${{ matrix.freethreaded }} ${{ matrix.python-version }}
|
||||||
|
shell: pwsh
|
Loading…
Add table
Add a link
Reference in a new issue