From 5b5760d9678d0123f195d072a0693cf3c1beaacc Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Thu, 12 Jun 2025 13:35:37 +0530 Subject: [PATCH] update the inputs --- .github/workflows/e2e-tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 }}