mirror of
https://github.com/actions/setup-python.git
synced 2025-06-27 21:23:48 +00:00
update
This commit is contained in:
parent
62b9a91149
commit
98eca37c22
2 changed files with 5 additions and 11 deletions
16
.github/workflows/e2e-tests.yml
vendored
16
.github/workflows/e2e-tests.yml
vendored
|
@ -121,11 +121,6 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Init verify script
|
||||
shell: pwsh
|
||||
run: Move-Item -Path ".\__tests__\verify_windows_install_path.ps1" -Destination "."
|
||||
|
||||
|
||||
- name: Set up Python
|
||||
uses: ./
|
||||
with:
|
||||
|
@ -135,9 +130,8 @@ jobs:
|
|||
|
||||
- name: Verify Install Path
|
||||
shell: pwsh
|
||||
run: |
|
||||
Set-Location -Path $Env:GITHUB_WORKSPACE
|
||||
.\verify_windows_install_path.ps1 `
|
||||
${{ matrix.architecture }} `
|
||||
${{ matrix.freethreaded }} `
|
||||
${{ matrix.python-version }}
|
||||
run: python __tests__/verify-windows-install-path.py `
|
||||
-os ${{ matrix.os }} `
|
||||
-arch ${{ matrix.architecture }} `
|
||||
-freethreaded ${{ matrix.freethreaded }} `
|
||||
-python-version ${{ matrix.python-version }}
|
Loading…
Add table
Add a link
Reference in a new issue