Skip to content

Commit 0bc9015

Browse files
committed
ci: Add matplotlib dependency
1 parent 2fa7cae commit 0bc9015

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
libmimalloc-dev \
8484
python3-numpy \
8585
python3-pytest \
86+
python3-matplotlib \
8687
robotpkg-example-robot-data \
8788
robotpkg-py${PYTHON3_VERSION}-example-robot-data \
8889
robotpkg-py${PYTHON3_VERSION}-eigenpy \
@@ -108,6 +109,7 @@ jobs:
108109
catch2 \
109110
python3-numpy \
110111
python3-pytest \
112+
python3-matplotlib \
111113
robotpkg-example-robot-data \
112114
robotpkg-py${PYTHON3_VERSION}-example-robot-data \
113115
robotpkg-py${PYTHON3_VERSION}-eigenpy \

0 commit comments

Comments
 (0)