This commit is contained in:
Aparna Jyothi 2025-06-10 14:14:28 +05:30
parent 62b9a91149
commit 98eca37c22
2 changed files with 5 additions and 11 deletions

View file

@ -121,11 +121,6 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Init verify script
shell: pwsh
run: Move-Item -Path ".\__tests__\verify_windows_install_path.ps1" -Destination "."
- name: Set up Python - name: Set up Python
uses: ./ uses: ./
with: with:
@ -135,9 +130,8 @@ jobs:
- name: Verify Install Path - name: Verify Install Path
shell: pwsh shell: pwsh
run: | run: python __tests__/verify-windows-install-path.py `
Set-Location -Path $Env:GITHUB_WORKSPACE -os ${{ matrix.os }} `
.\verify_windows_install_path.ps1 ` -arch ${{ matrix.architecture }} `
${{ matrix.architecture }} ` -freethreaded ${{ matrix.freethreaded }} `
${{ matrix.freethreaded }} ` -python-version ${{ matrix.python-version }}
${{ matrix.python-version }}