Skip to content

Commit

Permalink
add pyzmq==19.0.2 via pip3 to CI test_workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
gramss committed Sep 26, 2020
1 parent 6e34448 commit 7bca081
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ _commands:
name: Test Workspace | << parameters.workspace >>
working_directory: << parameters.workspace >>
command: |
apk --no-cache add python3
python3 -m ensurepip
pip3 install pyzmq==19.0.2
. install/setup.sh
TEST_PACKAGES=$(
colcon list --names-only | \
Expand Down

0 comments on commit 7bca081

Please sign in to comment.