Skip to content

Commit 24be122

Browse files
committed
Py: Fix CI stub gen
1 parent ea9f7de commit 24be122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030
- uses: moonrepo/setup-rust@v1
3131
- run: |
32-
cargo run --bin stub_gen
32+
cargo run --bin stub_gen --no-default-features
3333
working-directory: pysplashsurf
3434
- name: Upload stub as artifact
3535
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)