From 31046cc0c3f5fc3f213268f814b20d6ca69bfe6f Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Fri, 13 Jun 2025 19:21:00 +0530 Subject: [PATCH] updated script and yaml --- .github/workflows/e2e-tests.yml | 6 +++--- __tests__/verify_windows_install_path_user.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 5bc06fb7..6985938f 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -95,7 +95,7 @@ jobs: curl -L https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json | jq empty shell: bash - verify-install-path: + verify-install-path: name: Verify Install Path runs-on: ${{ matrix.os }} strategy: @@ -139,7 +139,7 @@ jobs: - name: Verify Install Path shell: pwsh - run: python __tests__/verify-windows-install-path_user.py ` + run: python __tests__/verify-windows-install-path.py ` ${{ matrix.python-version }} ` ${{ matrix.architecture }} ` - ${{ matrix.freethreaded }} + ${{ matrix.freethreaded }} \ No newline at end of file diff --git a/__tests__/verify_windows_install_path_user.py b/__tests__/verify_windows_install_path_user.py index 46bf7883..f97de924 100644 --- a/__tests__/verify_windows_install_path_user.py +++ b/__tests__/verify_windows_install_path_user.py @@ -54,4 +54,4 @@ def main(): sys.exit(1) if __name__ == "__main__": - main() + main() \ No newline at end of file