File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments