We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1126bc5 commit f2fc837Copy full SHA for f2fc837
.github/workflows/tests.yml
@@ -108,6 +108,15 @@ jobs:
108
castxml-epic: 0
109
cppstd: "-std=c++98"
110
111
+ - os: windows-2025
112
+ aarch: amd64
113
+ compiler: msvc
114
+ version: "default"
115
+ python-version: "3.13"
116
+ castxml: "castxml"
117
+ castxml-epic: 0
118
+ cppstd: "-std=c++98"
119
+
120
steps:
121
- uses: actions/checkout@v4
122
@@ -185,6 +194,7 @@ jobs:
185
194
unzip -q ~/castxml-windows-2025-arm64.zip -d ~/
186
195
187
196
- name: Run tests
197
+ shell: bash
188
198
run: |
189
199
export PATH=~/castxml/bin:$PATH
190
200
pytest tests
0 commit comments