Skip to content

Commit

Permalink
Use get-cudaq-version in build wheels workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <bhowe@nvidia.com>
  • Loading branch information
bmhowe23 committed Jan 11, 2025
1 parent 5f7f69e commit fb4787e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,15 @@ jobs:
with:
set-safe-directory: true

- name: Get required CUDAQ version
id: get-cudaq-version
uses: ./.github/actions/get-cudaq-version

- name: Get CUDAQ code
uses: actions/checkout@v4
with:
repository: 'NVIDIA/cuda-quantum'
ref: ${{ inputs.ref }}
repository: ${{ steps.get-cudaq-version.outputs.repo }}
ref: ${{ steps.get-cudaq-version.outputs.ref }}
path: cudaq
set-safe-directory: true

Expand Down

0 comments on commit fb4787e

Please sign in to comment.