Skip to content

Commit ab7fdca

Browse files
committed
fixup! install python3-zmq on msan + prev_releases
1 parent a223afb commit ab7fdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_native_previous_releases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export CONTAINER_NAME=ci-native-previous-releases
1010
export CI_IMAGE_NAME_TAG="mirror.gcr.io/ubuntu:22.04"
1111
# Use minimum supported python3.10 and gcc-12, see doc/dependencies.md
1212
export PACKAGES="gcc-12 g++-12 python3-zmq python3-pip wget"
13-
export PIP_PACKAGES="--break-system-packages pycapnp"
13+
export PIP_PACKAGES="pycapnp"
1414
export CI_CMAKE_INSTALL="true"
1515
export CMAKE_VERSION="3.24.3"
1616
export CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.tar.gz"

0 commit comments

Comments
 (0)