mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 13:43:47 +00:00
test job to validate --user flag installtion
This commit is contained in:
parent
c25a6bd95d
commit
a49e508555
2 changed files with 11 additions and 16 deletions
6
.github/workflows/e2e-tests.yml
vendored
6
.github/workflows/e2e-tests.yml
vendored
|
@ -139,6 +139,6 @@ jobs:
|
|||
|
||||
- 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 ``
|
||||
-arch ${{ matrix.architecture }} `
|
||||
-freethreaded ${{ matrix.freethreaded }} `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue