Skip to content

Commit

Permalink
ci: temporary hack to install python3-zmq
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Dec 13, 2024
1 parent c94210c commit ab5a7df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab/ci/test.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.install_debs: &install_debs
# Temporary hack for the CI to install python3-zmq not yet in the image
- DEBIAN_FRONTEND=noninteractive apt update
- DEBIAN_FRONTEND=noninteractive apt --assume-yes install python3-zmq
- DEBIAN_FRONTEND=noninteractive SUDO_FORCE_REMOVE=yes apt --assume-yes -o Dpkg::Options::="--force-confold" --allow-downgrades install ${CI_PROJECT_DIR}/*.deb

.test-stage:
Expand Down

0 comments on commit ab5a7df

Please sign in to comment.