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
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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Init verify script
|
||||
shell: pwsh
|
||||
run: mv ./__tests__/verify_windows_install_path.ps1 .
|
||||
|
||||
|
||||
- name: Set up Python
|
||||
uses: ./
|
||||
with:
|
||||
|
@ -128,10 +133,6 @@ jobs:
|
|||
architecture: ${{ matrix.architecture }}
|
||||
freethreaded: ${{ matrix.freethreaded }}
|
||||
|
||||
- name: Init verify script
|
||||
shell: bash
|
||||
run: mv ./__tests__/verify_windows_install_path.ps1 .
|
||||
|
||||
- name: Verify Install Path
|
||||
shell: pwsh
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue