Skip to content

Commit 895d674

Browse files
committed
updating python3-venv
Signed-off-by: Sachin Pisal <[email protected]>
1 parent 61318d9 commit 895d674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)