Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding steps to cache qutip wheel #2486

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fixing name
Signed-off-by: Sachin Pisal <[email protected]>
sacpis committed Dec 20, 2024

Verified

This commit was signed with the committer’s verified signature.
igorkulman Igor Kulman
commit 2780e669ea18045ab3bf54f54936215388c9a42b
4 changes: 2 additions & 2 deletions .github/workflows/docker_images.yml
Original file line number Diff line number Diff line change
@@ -324,7 +324,7 @@ jobs:
- name: Download Cached qutip Wheel
uses: actions/download-artifact@v4
with:
name: qutip-wheel-$(echo "${{ inputs.platforms }}" | sed 's/\//-/g')
name: qutip-wheel-`echo "${{ inputs.platforms }}" | sed 's/\//-/g'`
path: ./wheelhouse

- name: Build cuda-quantum-dev image (debug)
@@ -592,7 +592,7 @@ jobs:
- name: Download Cached qutip Wheel
uses: actions/download-artifact@v4
with:
name: qutip-wheel-$(echo "${{ inputs.platforms }}" | sed 's/\//-/g')
name: qutip-wheel-`echo "${{ inputs.platforms }}" | sed 's/\//-/g'`
path: ./wheelhouse

- name: Build cuda-quantum image