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

View file

@ -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