We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f980271 commit ed60486Copy full SHA for ed60486
1 file changed
.github/workflows/test-matplotlib.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Checkout python-wheels
51
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
52
with:
53
- path: python-wheels-repo
+ path: python-wheels
54
persist-credentials: false
55
56
- name: Checkout matplotlib v${{ env.MPL_VERSION }}
@@ -68,6 +68,12 @@ jobs:
68
activate-environment: true
69
enable-cache: false
70
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
+
77
- name: Install OS dependencies
78
run: |
79
echo 'Acquire::Retries "3";' | sudo tee /etc/apt/apt.conf.d/80-retries
0 commit comments