Skip to content

Commit d63f115

Browse files
committed
Try to fix it
1 parent 818719f commit d63f115

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python_linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- "**/modules/**"
1010
- "**/thirdparty/**"
1111
- "**/python/**"
12+
- "!**/native/generated/**"
13+
- "!**/native/java*/**"
1214
- "!**/native/*_android.*"
1315
- "!**/native/*_apple.*"
1416
- "!**/native/*_emscripten.*"
@@ -56,6 +58,7 @@ jobs:
5658
CIBW_ARCHS: ${{matrix.cibw_archs}}
5759
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
5860
CIBW_TEST_SKIP: "*-manylinux_aarch64"
61+
CIBW_BUILD_FRONTEND: "build[uv]; args: --no-isolation"
5962
CIBW_DEBUG_TRACEBACK: TRUE
6063
CIBW_ENVIRONMENT: CIBW_DEBUG_TRACEBACK=TRUE
6164
with:

0 commit comments

Comments
 (0)