mirror of
https://github.com/actions/setup-python.git
synced 2025-08-27 03:04:14 +00:00
update
This commit is contained in:
parent
aba971c3a3
commit
d917d21067
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…
x
Reference in New Issue
Block a user