Skip to content

Commit 56808df

Browse files
committed
no graalpy on windows
1 parent cbde50f commit 56808df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ jobs:
139139
python-architecture: "arm64",
140140
rust-target: "aarch64-apple-darwin",
141141
}
142+
# no graalpy available on Windows
143+
- python-version: graalpy25.0
144+
platform:
145+
{
146+
os: "windows-latest",
147+
python-architecture: "x64",
148+
rust-target: "x86_64-pc-windows-msvc",
149+
}
142150

143151
env:
144152
SETUPTOOLS_RUST_CARGO_PROFILE: dev

0 commit comments

Comments
 (0)