From 58ec167859a0cae89f7ed3b5413d15bb334ef6ef Mon Sep 17 00:00:00 2001 From: Ben Howe Date: Fri, 17 Jan 2025 21:40:02 +0000 Subject: [PATCH] Remove Python installation into manylinux Signed-off-by: Ben Howe --- .github/workflows/build_wheels.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index 83a7cd0..c77a83d 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -50,11 +50,6 @@ jobs: with: set-safe-directory: true - - name: Install Python ${{ matrix.python }} - uses: actions/setup-python@v5 - with: - python-version: ${{ matrix.python }} - - name: Get required CUDAQ version if: ${{ !inputs.artifacts_from_run }} id: get-cudaq-version