Skip to content

Commit fd13239

Browse files
committed
.
1 parent dce3dd6 commit fd13239

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,11 @@ jobs:
8383
matrix:
8484
platform:
8585
- runner: ubuntu-24.04
86-
python-version: "{cp312-manylinux_x86_64,cp312-manylinux_aarch64}"
87-
archs: "x86_64,aarch64"
86+
python-version: "cp312-manylinux_x86_64"
87+
archs: "x86_64"
88+
#- runner: ubuntu-24.04
89+
# python-version: "{cp312-manylinux_x86_64,cp312-manylinux_aarch64}"
90+
# archs: "x86_64,aarch64"
8891
# - runner: macos-13
8992
# python-version: "cp312-macosx_x86_64"
9093
# arch: "x86_64"
@@ -133,6 +136,7 @@ jobs:
133136
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
134137
CIBW_ENVIRONMENT_MACOS: >-
135138
PATH=$HOME/.cargo/bin:$PATH MACOSX_DEPLOYMENT_TARGET=${{ matrix.platform.macosx_deployment_target }}
139+
CIBW_TEST_COMMAND: 'cargo install --path {project}/splashsurf && cd {package} && pytest'
136140
- name: Upload wheels
137141
uses: actions/upload-artifact@v4
138142
with:

0 commit comments

Comments
 (0)