File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 9797 Linux)
9898 echo 'Acquire::Retries "3";' | sudo tee /etc/apt/apt.conf.d/80-retries
9999 sudo apt-get update -yy
100- sudo apt-get install -yy \
100+ sudo apt-get install -yy --no-install-recommends \
101101 ccache \
102102 cm-super \
103103 dvipng \
@@ -135,9 +135,10 @@ jobs:
135135 texlive-pictures \
136136 texlive-xetex
137137 if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
138- sudo apt-get install -yy libopengl0
138+ sudo apt-get install -yy --no-install-recommends libopengl0
139139 else # ubuntu-22.04
140- sudo apt-get install -yy gir1.2-gtk-4.0 libnotify4
140+ sudo apt-get install -yy --no-install-recommends \
141+ gir1.2-gtk-4.0 libnotify4
141142 fi
142143 ;;
143144 macOS)
@@ -178,10 +179,10 @@ jobs:
178179 ~/.cache/matplotlib
179180 !~/.cache/matplotlib/tex.cache
180181 !~/.cache/matplotlib/test_cache
181- key : 3 -${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
182+ key : 4 -${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
182183 restore-keys : |
183- 3 -${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
184- 3 -${{ runner.os }}-py${{ matrix.python-version }}-mpl-
184+ 4 -${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
185+ 4 -${{ runner.os }}-py${{ matrix.python-version }}-mpl-
185186
186187 - name : Install Python dependencies
187188 run : |
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ stages:
9292 linux)
9393 echo 'Acquire::Retries "3";' | sudo tee /etc/apt/apt.conf.d/80-retries
9494 sudo apt update
95- sudo apt install \
95+ sudo apt install --no-install-recommends \
9696 cm-super \
9797 dvipng \
9898 ffmpeg \
You can’t perform that action at this time.
0 commit comments