mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-07-07 17:55:59 +02: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
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue