This commit is contained in:
Aparna Jyothi 2025-06-10 14:07:01 +05:30
parent d917d21067
commit 62b9a91149

View file

@ -123,8 +123,8 @@ 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
uses: ./