We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff133f6 + 6a95bca commit 57bc6dfCopy full SHA for 57bc6df
.github/workflows/test.yml
@@ -182,6 +182,26 @@ jobs:
182
tox_env: "doctesting"
183
use_coverage: true
184
185
+ continue-on-error: >-
186
+ ${{
187
+ contains(
188
+ fromJSON(
189
+ '[
190
+ "windows-py38-pluggy",
191
+ "windows-py313",
192
+ "ubuntu-py38-pluggy",
193
+ "ubuntu-py38-freeze",
194
+ "ubuntu-py313",
195
+ "macos-py38",
196
+ "macos-py313"
197
+ ]'
198
+ ),
199
+ matrix.name
200
+ )
201
+ && true
202
+ || false
203
+ }}
204
+
205
steps:
206
- uses: actions/checkout@v4
207
with:
0 commit comments