diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 329efec8..5d60ca47 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -121,6 +121,11 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Init verify script + shell: pwsh + run: mv ./__tests__/verify_windows_install_path.ps1 . + + - name: Set up Python uses: ./ with: @@ -128,10 +133,6 @@ jobs: architecture: ${{ matrix.architecture }} freethreaded: ${{ matrix.freethreaded }} - - name: Init verify script - shell: bash - run: mv ./__tests__/verify_windows_install_path.ps1 . - - name: Verify Install Path shell: pwsh run: |