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
d917d21067
commit
62b9a91149
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e-tests.yml
vendored
4
.github/workflows/e2e-tests.yml
vendored
|
@ -123,8 +123,8 @@ jobs:
|
||||||
|
|
||||||
- name: Init verify script
|
- name: Init verify script
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: mv ./__tests__/verify_windows_install_path.ps1 .
|
run: Move-Item -Path ".\__tests__\verify_windows_install_path.ps1" -Destination "."
|
||||||
|
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue