Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: properly exclude job
  • Loading branch information
RobPasMue authored Jan 8, 2025
commit 85673c9cae4a4ab5418fde9d8f8d65e70864943b
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
# This fails in pytest with:
# 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]
exclude:
- os: { category: windows, platform: x86 }
python: ["3.13"]
- os:
category: windows
platform: x86
python: "3.13"

steps:
- name: Set Environment on macOS
Expand Down