Skip to content

Commit 0a293c9

Browse files
Use cibuildwheel v2.19 + clean up workflow
1 parent f5fc8d7 commit 0a293c9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/wheels.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -221,22 +221,18 @@ jobs:
221221
with:
222222
fetch-depth: 0
223223

224+
# Note: Pyodide 0.26.0 is supported with Python 3.12. For more information, see
225+
# https://github.com/pyodide/pyodide/blob/main/Makefile.envs
224226
- name: Set up Python for Pyodide
225227
id: setup-python
226228
uses: actions/setup-python@v5
227229
with:
228230
python-version: '3.12'
229231

230232
- name: Build WASM wheel for pandas
231-
uses: pypa/cibuildwheel@main
233+
uses: pypa/cibuildwheel@v2.19.0
232234
with:
233235
output-dir: ./wheelhouse
234-
env:
235-
CIBW_PLATFORM: pyodide
236-
CIBW_TEST_REQUIRES: pytest>=7.3.2 hypothesis>=6.46.1
237-
CIBW_TEST_COMMAND: |
238-
PANDAS_CI=1 python -c 'import pandas as pd; pd.test(extra_args=["-m not clipboard and not single_cpu and not slow and not network and not db", "--no-strict-data-files"])'
239-
240236
- uses: actions/upload-artifact@v4
241237
with:
242238
name: pyodide_wheel

0 commit comments

Comments
 (0)