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
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
|||
|
||||
- name: Init verify script
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue