update test

This commit is contained in:
Aparna Jyothi 2025-06-10 13:02:45 +05:30
parent 0e3ceedf0d
commit aba971c3a3

View file

@ -95,7 +95,7 @@ jobs:
curl -L https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json | jq empty
shell: bash
verify-install-path:
verify-install-path:
name: Verify Install Path
runs-on: ${{ matrix.os }}
strategy:
@ -121,10 +121,6 @@ verify-install-path:
- 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:
@ -132,6 +128,10 @@ verify-install-path:
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: |