Skip to content

Commit 5389216

Browse files
committed
nvidia-cublas-cuXXX -> nvidia-cublas
Signed-off-by: Scott Thornton <[email protected]>
1 parent 30da7ce commit 5389216

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/all_libs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
LD_LIBRARY_PATH: ${{ env.MPI_PATH }}/lib:${{ env.LD_LIBRARY_PATH }}
107107
shell: bash
108108
run: |
109-
pip install numpy pytest cupy-cuda${{ steps.config.outputs.cuda_major }}x cuquantum-cu${{ steps.config.outputs.cuda_major }} torch lightning ml_collections mpi4py transformers quimb opt_einsum torch nvidia-cublas-cu${{ steps.config.outputs.cuda_major }} cuquantum-python-cu${{ steps.config.outputs.cuda_major }}==25.09
109+
pip install numpy pytest cupy-cuda${{ steps.config.outputs.cuda_major }}x cuquantum-cu${{ steps.config.outputs.cuda_major }} torch lightning ml_collections mpi4py transformers quimb opt_einsum torch nvidia-cublas cuquantum-python-cu${{ steps.config.outputs.cuda_major }}==25.09
110110
# The following tests are needed for docs/sphinx/examples/qec/python/tensor_network_decoder.py.
111111
if [ "$(uname -m)" == "x86_64" ]; then
112112
# Stim is not currently available on manylinux ARM wheels, so only

.github/workflows/lib_qec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install python requirements
104104
shell: bash
105105
run: |
106-
pip install numpy pytest cupy-cuda${{ steps.config.outputs.cuda_major }}x cuquantum-cu${{ steps.config.outputs.cuda_major }} quimb opt_einsum torch nvidia-cublas-cu${{ steps.config.outputs.cuda_major }} cuquantum-python-cu${{ steps.config.outputs.cuda_major }}==25.09
106+
pip install numpy pytest cupy-cuda${{ steps.config.outputs.cuda_major }}x cuquantum-cu${{ steps.config.outputs.cuda_major }} quimb opt_einsum torch nvidia-cublas cuquantum-python-cu${{ steps.config.outputs.cuda_major }}==25.09
107107
# The following tests are needed for docs/sphinx/examples/qec/python/tensor_network_decoder.py.
108108
if [ "$(uname -m)" == "x86_64" ]; then
109109
# Stim is not currently available on manylinux ARM wheels, so only

0 commit comments

Comments
 (0)