Skip to content

Commit 2547a76

Browse files
committed
ci: Add matplotlib dependency
1 parent 2fa7cae commit 2547a76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
uses: actions/cache@v5
6060
with:
6161
path: .ccache
62-
save-always: true
6362
key: ccache-ubuntu-${{ matrix.container }}-${{ github.sha }}
6463
restore-keys: ccache-ubuntu-${{ matrix.container }}-
6564

@@ -83,6 +82,7 @@ jobs:
8382
libmimalloc-dev \
8483
python3-numpy \
8584
python3-pytest \
85+
python3-matplotlib \
8686
robotpkg-example-robot-data \
8787
robotpkg-py${PYTHON3_VERSION}-example-robot-data \
8888
robotpkg-py${PYTHON3_VERSION}-eigenpy \
@@ -108,6 +108,7 @@ jobs:
108108
catch2 \
109109
python3-numpy \
110110
python3-pytest \
111+
python3-matplotlib \
111112
robotpkg-example-robot-data \
112113
robotpkg-py${PYTHON3_VERSION}-example-robot-data \
113114
robotpkg-py${PYTHON3_VERSION}-eigenpy \

0 commit comments

Comments
 (0)