Skip to content

Commit f329440

Browse files
committed
extracting qutip wheel after downloading it
Signed-off-by: Sachin Pisal <[email protected]>
1 parent 03623c6 commit f329440

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker_images.yml

+5
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,11 @@ jobs:
607607
name: qutip-wheel-${{ env.transformed_platform }}
608608
path: /tmp/wheels
609609

610+
- name: Extract qutip Wheel
611+
run: |
612+
mkdir -p /tmp/wheels
613+
unzip /tmp/wheels/qutip-wheel-${{ env.transformed_platform }}.zip -d /tmp/wheels
614+
610615
- name: Build cuda-quantum image
611616
id: cudaq_build
612617
if: success() && !cancelled()

0 commit comments

Comments
 (0)