diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 6cb979ea..02b319f3 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -119,4 +119,7 @@ jobs: freethreaded: ${{ matrix.freethreaded }} - name: Verify Install Path - run: python __tests__/verify_windows_install_path.ps1 ${{ matrix.architecture }} ${{ matrix.freethreaded }} ${{ matrix.python-version }} + run: | + cd __tests__ + ./verify_windows_install_path.ps1 ${{ matrix.architecture }} ${{ matrix.freethreaded }} ${{ matrix.python-version }} + shell: pwsh \ No newline at end of file