We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa7cae commit 2547a76Copy full SHA for 2547a76
.github/workflows/ubuntu.yml
@@ -59,7 +59,6 @@ jobs:
59
uses: actions/cache@v5
60
with:
61
path: .ccache
62
- save-always: true
63
key: ccache-ubuntu-${{ matrix.container }}-${{ github.sha }}
64
restore-keys: ccache-ubuntu-${{ matrix.container }}-
65
@@ -83,6 +82,7 @@ jobs:
83
82
libmimalloc-dev \
84
python3-numpy \
85
python3-pytest \
+ python3-matplotlib \
86
robotpkg-example-robot-data \
87
robotpkg-py${PYTHON3_VERSION}-example-robot-data \
88
robotpkg-py${PYTHON3_VERSION}-eigenpy \
@@ -108,6 +108,7 @@ jobs:
108
catch2 \
109
110
111
112
113
114
0 commit comments