🌐 AI搜索 & 代理 主页
Skip to content

Commit 5af3b27

Browse files
committed
Disable 32bit tests for now
1 parent 3426bfd commit 5af3b27

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
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
2224

2325
- category: windows
2426
platform: x64
@@ -38,14 +40,6 @@ jobs:
3840

3941
python: ["3.10", "3.11", "3.12", "3.13"]
4042

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-
4943
steps:
5044
- name: Set Environment on macOS
5145
uses: maxim-lobanov/setup-xamarin@v1

0 commit comments

Comments
 (0)