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 correct script file name
  • Loading branch information
aparnajyothi-y committed Jun 13, 2025
commit afa8c7e382d6ac498c8c643f0fe9f1de3962fb0a
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

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