Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit030a9f9

Browse files
authored
ci: properly exclude job (#2542)
1 parentdfd746b commit030a9f9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

‎.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
# This fails in pytest with:
3838
# 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]
3939
exclude:
40-
-os:{ category: windows, platform: x86 }
41-
python:["3.13"]
40+
-os:
41+
category:windows
42+
platform:x86
43+
python:"3.13"
4244

4345
steps:
4446
-name:Set Environment on macOS

‎AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
- Peter Kese ([@pkese](https://github.com/pkese))
6060
- Raphael Nestler ([@rnestler](https://github.com/rnestler))
6161
- Rickard Holmberg ([@rickardraysearch](https://github.com/rickardraysearch))
62+
- Roberto Pastor Muela ([@RobPasMue](https://github.com/RobPasMue))
6263
- Sam Winstanley ([@swinstanley](https://github.com/swinstanley))
6364
- Sean Freitag ([@cowboygneox](https://github.com/cowboygneox))
6465
- Serge Weinstock ([@sweinst](https://github.com/sweinst))

‎CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
1111
###Changed
1212
###Fixed
1313

14+
- ci: properly exclude job (#2542)
15+
1416
##[3.0.5](https://github.com/pythonnet/pythonnet/releases/tag/v3.0.5) - 2024-12-13
1517

1618
###Added

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp