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 a422646 commit b4ea03eCopy full SHA for b4ea03e
.github/workflows/test.yml
@@ -243,17 +243,15 @@ jobs:
243
continue-on-error: >-
244
${{
245
contains(
246
- fromJSON(
247
- '[
248
- "windows-py310-pluggy",
249
- "windows-py313",
250
- "ubuntu-py310-pluggy",
251
- "ubuntu-py310-freeze",
252
- "ubuntu-py313",
253
- "macos-py310",
254
- "macos-py313"
255
- ]'
256
- ),
+ [
+ "windows-py310-pluggy",
+ "windows-py313",
+ "ubuntu-py310-pluggy",
+ "ubuntu-py310-freeze",
+ "ubuntu-py313",
+ "macos-py310",
+ "macos-py313"
+ ],
257
matrix.name
258
)
259
&& true
0 commit comments