Skip to content

Commit 3b78bf1

Browse files
committed
feat: rewrite exclude
1 parent 454a31d commit 3b78bf1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ jobs:
7070
# This fails in pytest with:
7171
# CSC : error CS4023: /platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe [D:\a\pythonnet\pythonnet\src\runtime\Python.Runtime.csproj]
7272
exclude:
73-
- os: { category: windows, platform: x86 }
74-
python: ["3.13"]
73+
- os:
74+
category: windows
75+
platform: x86
76+
python: "3.13"
7577

7678
steps:
7779
- name: Set Environment on macOS

0 commit comments

Comments
 (0)