Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed May 28, 2024
1 parent f212ec7 commit 4ca4aef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
source .venv-pyodide/bin/activate
python -m pip install dist/*.whl
python -m pip install pytest pytest-cov
if grep -q 'asyncio_mode = "auto"' pyproject.toml; then sed -i '' -e '/asyncio_mode = "auto"/d' pyproject.toml; fi
ls -lA .
# if grep -q 'asyncio_mode = "auto"' pyproject.toml; then sed -i '' -e '/asyncio_mode = "auto"/d' pyproject.toml; fi
python -m pytest -v --cov=zarr --cov-config=pyproject.toml
- name: Upload Pyodide wheel artifact for debugging
Expand Down

0 comments on commit 4ca4aef

Please sign in to comment.