|
77 | 77 | env: |
78 | 78 | CIBW_BUILD: ${{ format('cp312-{0}', matrix.python-version) }} |
79 | 79 | CIBW_ARCHS: ${{ matrix.archs }} |
80 | | - CIBW_BEFORE_ALL: curl -sSf https://sh.rustup.rs | sh -s -- -y |
| 80 | + CIBW_BEFORE_ALL_LINUX: curl -sSf https://sh.rustup.rs | sh -s -- -y |
81 | 81 | CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH" |
82 | 82 | CIBW_TEST_COMMAND: "cargo install --path {project}/splashsurf && pytest pysplashsurf/tests" |
83 | 83 | CIBW_TEST_SOURCES: "pysplashsurf/tests" |
@@ -121,10 +121,7 @@ jobs: |
121 | 121 | env: |
122 | 122 | CIBW_BUILD: ${{ format('cp312-{0}', matrix.python-version) }} |
123 | 123 | CIBW_ARCHS: ${{ matrix.archs }} |
124 | | - CIBW_BEFORE_ALL: curl -sSf https://sh.rustup.rs | sh -s -- -y |
125 | | - CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH" |
126 | | - CIBW_ENVIRONMENT_MACOS: >- |
127 | | - PATH=$HOME/.cargo/bin:$PATH MACOSX_DEPLOYMENT_TARGET=${{ matrix.macosx_deployment_target }} |
| 124 | + CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=${{ matrix.macosx_deployment_target }}" |
128 | 125 | CIBW_TEST_COMMAND: "cargo install --path {project}/splashsurf && pytest pysplashsurf/tests" |
129 | 126 | CIBW_TEST_SOURCES: "pysplashsurf/tests" |
130 | 127 | CIBW_TEST_REQUIRES: pytest meshio trimesh rtree scipy |
@@ -163,7 +160,6 @@ jobs: |
163 | 160 | env: |
164 | 161 | CIBW_BUILD: ${{ format('cp312-{0}', matrix.python-version) }} |
165 | 162 | CIBW_ARCHS: ${{ matrix.archs }} |
166 | | - CIBW_BEFORE_ALL: curl -sSf https://sh.rustup.rs | sh -s -- -y |
167 | 163 | # Tests are broken on Windows because trimesh library tries to write temporary files which fails |
168 | 164 | #CIBW_TEST_COMMAND: "cargo install --path {project}/splashsurf && pytest pysplashsurf/tests" |
169 | 165 | #CIBW_TEST_SOURCES: "pysplashsurf/tests" |
|
0 commit comments