Skip to content

Commit

Permalink
passing a generic qutip whl
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Pisal <[email protected]>
  • Loading branch information
sacpis committed Dec 23, 2024
1 parent 6ba7d1c commit be2cb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
file: ./docker/build/cudaq.dev.Dockerfile
build-args: |
base_image=${{ steps.prereqs.outputs.base_image }}
QUTIP_WHEEL=/tmp/wheels/qutip-wheel-${{ env.transformed_platform }}.whl
QUTIP_WHEEL=/tmp/wheels/qutip-*.whl
install="CMAKE_BUILD_TYPE=Debug"
git_source_sha=${{ github.sha }}
tags: ${{ steps.metadata.outputs.tags }}
Expand Down Expand Up @@ -617,7 +617,7 @@ jobs:
build-args: |
cudaqdev_image=${{ steps.prereqs.outputs.dev_image_name }}@${{ steps.release_build.outputs.digest }}
base_image=${{ steps.prereqs.outputs.base_image }}
QUTIP_WHEEL=/tmp/wheels/qutip-wheel-${{ env.transformed_platform }}.whl
QUTIP_WHEEL=/tmp/wheels/qutip-*.whl
release_version=${{ steps.prereqs.outputs.image_tag }}
tags: ${{ steps.cudaq_metadata.outputs.tags }}
labels: ${{ steps.cudaq_metadata.outputs.labels }}
Expand Down

0 comments on commit be2cb06

Please sign in to comment.