File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -841,7 +841,7 @@ jobs:
841841 # In containers without GPU support, UCX does not work properly since it is configured to work with GPU-support.
842842 # Hence, don't enforce UCX when running these tests.
843843 docker exec cuda-quantum bash -c "python3 -m pip install --break-system-packages pandas scipy seaborn h5py contfrac"
844- docker exec cuda-quantum bash -c "sudo apt install -y python3.12 -venv"
844+ docker exec cuda-quantum bash -c "sudo apt install -y python3-venv"
845845 (docker exec cuda-quantum bash -c "unset OMPI_MCA_pml && set -o pipefail && bash validate_container.sh | tee /tmp/validation.out") && passed=true || passed=false
846846 docker cp cuda-quantum:"/tmp/validation.out" /tmp/validation.out
847847 docker stop cuda-quantum
You can’t perform that action at this time.
0 commit comments