diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 1244ab5c..9b94893b 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -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 }}