mirror of
https://github.com/actions/setup-python.git
synced 2025-11-07 05:26:56 +00:00
update
This commit is contained in:
parent
aba971c3a3
commit
d917d21067
1 changed files with 5 additions and 4 deletions
9
.github/workflows/e2e-tests.yml
vendored
9
.github/workflows/e2e-tests.yml
vendored
|
|
@ -121,6 +121,11 @@ jobs:
|
||||||
- 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:
|
||||||
|
|
@ -128,10 +133,6 @@ jobs:
|
||||||
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…
Reference in a new issue