|
8 | 8 | push:
|
9 | 9 | branches:
|
10 | 10 | - main
|
11 |
| - - v[0-9]+.[0-9]+.[0-9x]+.x |
| 11 | + - v[0-9]+.[0-9]+.[0-9x]+ |
12 | 12 | tags:
|
13 | 13 | - v*
|
14 | 14 | paths:
|
|
67 | 67 | )
|
68 | 68 | )
|
69 | 69 | )
|
70 |
| - env: |
71 | 70 | strategy:
|
72 | 71 | matrix:
|
73 | 72 | python-minor-version: [8, 9]
|
@@ -155,15 +154,15 @@ jobs:
|
155 | 154 | uses: actions/cache@v3
|
156 | 155 | with:
|
157 | 156 | path: |
|
158 |
| - C:\cygwin\home\runneradmin/.cache/matplotlib |
159 |
| - !C:\cygwin\home\runneradmin/.cache/matplotlib/tex.cache |
160 |
| - !C:\cygwin\home\runneradmin/.cache/matplotlib/test_cache |
| 157 | + C:\cygwin\home\runneradmin\.cache\matplotlib |
| 158 | + !C:\cygwin\home\runneradmin\.cache\matplotlib\tex.cache |
| 159 | + !C:\cygwin\home\runneradmin\.cache\matplotlib\test_cache |
161 | 160 | key: 1-Cygwin-py3.${{ matrix.python-minor-version }}-mpl-${{ github.ref }}-${{ github.sha }}
|
162 | 161 | restore-keys: |
|
163 | 162 | 1-Cygwin-py3.${{ matrix.python-minor-version }}-mpl-${{ github.ref }}-
|
164 | 163 | 1-Cygwin-py3.${{ matrix.python-minor-version }}-mpl-
|
165 | 164 |
|
166 |
| - - name: Ensure correct python version |
| 165 | + - name: Ensure correct Python version |
167 | 166 | shell: bash.exe -eo pipefail -o igncr "{0}"
|
168 | 167 | run: |
|
169 | 168 | /usr/sbin/alternatives --set python /usr/bin/python3.${{ matrix.python-minor-version }}
|
@@ -192,7 +191,7 @@ jobs:
|
192 | 191 | echo 'PySide2 is not available'
|
193 | 192 | python -m pip uninstall --yes wxpython || echo 'wxPython already uninstalled'
|
194 | 193 |
|
195 |
| - - name: Install matplotlib |
| 194 | + - name: Install Matplotlib |
196 | 195 | shell: bash.exe -eo pipefail -o igncr "{0}"
|
197 | 196 | env:
|
198 | 197 | AUTOCONF: /usr/bin/autoconf-2.69
|
|
0 commit comments