mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 05:33:47 +00:00
updated script and yaml
This commit is contained in:
parent
afa8c7e382
commit
31046cc0c3
2 changed files with 4 additions and 4 deletions
4
.github/workflows/e2e-tests.yml
vendored
4
.github/workflows/e2e-tests.yml
vendored
|
@ -95,7 +95,7 @@ jobs:
|
||||||
curl -L https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json | jq empty
|
curl -L https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json | jq empty
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
verify-install-path:
|
verify-install-path:
|
||||||
name: Verify Install Path
|
name: Verify Install Path
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -139,7 +139,7 @@ jobs:
|
||||||
|
|
||||||
- name: Verify Install Path
|
- name: Verify Install Path
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: python __tests__/verify-windows-install-path_user.py `
|
run: python __tests__/verify-windows-install-path.py `
|
||||||
${{ matrix.python-version }} `
|
${{ matrix.python-version }} `
|
||||||
${{ matrix.architecture }} `
|
${{ matrix.architecture }} `
|
||||||
${{ matrix.freethreaded }}
|
${{ matrix.freethreaded }}
|
Loading…
Add table
Add a link
Reference in a new issue