Skip to content

Commit 8eb9829

Browse files
wsttigerbmhowe23
authored andcommitted
nvidia-cublas-cuXXX -> nvidia-cublas
Signed-off-by: Scott Thornton <[email protected]>
1 parent ce51086 commit 8eb9829

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
@@ -92,7 +92,7 @@ jobs:
9292
LD_LIBRARY_PATH: ${{ env.MPI_PATH }}/lib:${{ env.LD_LIBRARY_PATH }}
9393
shell: bash
9494
run: |
95-
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
95+
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
9696
# The following tests are needed for docs/sphinx/examples/qec/python/tensor_network_decoder.py.
9797
if [ "$(uname -m)" == "x86_64" ]; then
9898
# 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
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install python requirements
8787
shell: bash
8888
run: |
89-
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
89+
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
9090
# The following tests are needed for docs/sphinx/examples/qec/python/tensor_network_decoder.py.
9191
if [ "$(uname -m)" == "x86_64" ]; then
9292
# Stim is not currently available on manylinux ARM wheels, so only

0 commit comments

Comments
 (0)