Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update the inputs
  • Loading branch information
aparnajyothi-y committed Jun 12, 2025
commit 5b5760d9678d0123f195d072a0693cf3c1beaacc
7 changes: 4 additions & 3 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,10 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}
freethreaded: ${{ matrix.freethreaded }}

- name: Verify Install Path
shell: pwsh
run: python __tests__/verify-windows-install-path.py `
-arch ${{ matrix.architecture }} `
-freethreaded ${{ matrix.freethreaded }} `
-version ${{ matrix.python-version }}
${{ matrix.python-version }} `
${{ matrix.architecture }} `
${{ matrix.freethreaded }}
Loading