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
0e3ceedf0d
commit
aba971c3a3
1 changed files with 41 additions and 41 deletions
10
.github/workflows/e2e-tests.yml
vendored
10
.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:
|
||||||
|
@ -121,10 +121,6 @@ verify-install-path:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Init verify script
|
|
||||||
shell: pwsh
|
|
||||||
run: mv ./__tests__/verify_windows_install_path.ps1 .
|
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
@ -132,6 +128,10 @@ verify-install-path:
|
||||||
architecture: ${{ matrix.architecture }}
|
architecture: ${{ matrix.architecture }}
|
||||||
freethreaded: ${{ matrix.freethreaded }}
|
freethreaded: ${{ matrix.freethreaded }}
|
||||||
|
|
||||||
|
- name: Init verify script
|
||||||
|
shell: bash
|
||||||
|
run: mv ./__tests__/verify_windows_install_path.ps1 .
|
||||||
|
|
||||||
- name: Verify Install Path
|
- name: Verify Install Path
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue