We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f212ec7 commit 4ca4aefCopy full SHA for 4ca4aef
.github/workflows/emscripten.yml
@@ -67,7 +67,8 @@ jobs:
67
source .venv-pyodide/bin/activate
68
python -m pip install dist/*.whl
69
python -m pip install pytest pytest-cov
70
- if grep -q 'asyncio_mode = "auto"' pyproject.toml; then sed -i '' -e '/asyncio_mode = "auto"/d' pyproject.toml; fi
+ ls -lA .
71
+ # if grep -q 'asyncio_mode = "auto"' pyproject.toml; then sed -i '' -e '/asyncio_mode = "auto"/d' pyproject.toml; fi
72
python -m pytest -v --cov=zarr --cov-config=pyproject.toml
73
74
- name: Upload Pyodide wheel artifact for debugging
0 commit comments