This commit is contained in:
Aparna Jyothi 2025-06-10 13:04:54 +05:30
parent aba971c3a3
commit d917d21067

View file

@ -121,6 +121,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Init verify script
shell: pwsh
run: mv ./__tests__/verify_windows_install_path.ps1 .
- name: Set up Python
uses: ./
with:
@ -128,10 +133,6 @@ jobs:
architecture: ${{ matrix.architecture }}
freethreaded: ${{ matrix.freethreaded }}
- name: Init verify script
shell: bash
run: mv ./__tests__/verify_windows_install_path.ps1 .
- name: Verify Install Path
shell: pwsh
run: |