Skip to content

Commit ed60486

Browse files
committed
workflows: test-matplotlib: patch source, simplify python-wheels path
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent f980271 commit ed60486

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/test-matplotlib.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Checkout python-wheels
5151
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5252
with:
53-
path: python-wheels-repo
53+
path: python-wheels
5454
persist-credentials: false
5555

5656
- name: Checkout matplotlib v${{ env.MPL_VERSION }}
@@ -68,6 +68,12 @@ jobs:
6868
activate-environment: true
6969
enable-cache: false
7070

71+
# We need to patch the matplotlib source to increase a threading test
72+
# timeout for the native runners
73+
- name: patch matplotlib source
74+
run: |
75+
git apply python-wheels/patches/matplotlib/${{ env.MPL_VERSION }}/00*.patch
76+
7177
- name: Install OS dependencies
7278
run: |
7379
echo 'Acquire::Retries "3";' | sudo tee /etc/apt/apt.conf.d/80-retries

0 commit comments

Comments
 (0)