Skip to content

Commit 4ca4aef

Browse files
Debug
1 parent f212ec7 commit 4ca4aef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/emscripten.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
source .venv-pyodide/bin/activate
6868
python -m pip install dist/*.whl
6969
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
70+
ls -lA .
71+
# if grep -q 'asyncio_mode = "auto"' pyproject.toml; then sed -i '' -e '/asyncio_mode = "auto"/d' pyproject.toml; fi
7172
python -m pytest -v --cov=zarr --cov-config=pyproject.toml
7273
7374
- name: Upload Pyodide wheel artifact for debugging

0 commit comments

Comments
 (0)