Skip to content

Commit 05cb849

Browse files
committed
Skip CPython test on Windows
1 parent 1e8ea10 commit 05cb849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
run: cargo run --release -- -m test -v
7373
env:
7474
RUSTPYTHONPATH: ${{ github.workspace }}/Lib
75+
if: runner.os != 'Windows'
7576

7677
format:
7778
name: Check Rust code with rustfmt and clippy

0 commit comments

Comments
 (0)