You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+16-18Lines changed: 16 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,11 @@ jobs:
16
16
fail-fast: false
17
17
matrix:
18
18
os:
19
-
- category: windows
20
-
platform: x86
21
-
instance: windows-latest
19
+
# Disabled for now, will require some work (#2653)
20
+
#
21
+
# - category: windows
22
+
# platform: x86
23
+
# instance: windows-latest
22
24
23
25
- category: windows
24
26
platform: x64
@@ -38,14 +40,6 @@ jobs:
38
40
39
41
python: ["3.10", "3.11", "3.12", "3.13"]
40
42
41
-
# This fails in pytest with:
42
-
# 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]
43
-
exclude:
44
-
- os:
45
-
category: windows
46
-
platform: x86
47
-
python: "3.13"
48
-
49
43
steps:
50
44
- name: Set Environment on macOS
51
45
uses: maxim-lobanov/setup-xamarin@v1
@@ -69,25 +63,29 @@ jobs:
69
63
activate-environment: true
70
64
enable-cache: true
71
65
72
-
- name: Embedding tests
73
-
run: dotnet test --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/embed_tests/
0 commit comments