Skip to content

Commit b221b68

Browse files
committed
BLD: wasm
1 parent 2da433f commit b221b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
if [[ $CIBW_BUILD == *pyodide_wasm32 ]]; then
155155
# specifying CIBW_PLATFORM is required to get the wasm build to work
156156
export CIBW_PLATFORM="pyodide"
157+
echo $PWD
157158
fi
158159
python -m pip install cibuildwheel==3.1.1
159160
python -m cibuildwheel numpy-src --config-file cibuildwheel.toml --output-dir ./dist

0 commit comments

Comments
 (0)