1 parent 0faaf79 commit fc57b76Copy full SHA for fc57b76
1 file changed
.github/workflows/ci.yml
@@ -133,7 +133,10 @@ jobs:
133
pip install build pytest-pyodide
134
135
- name: Build wheel
136
- run: python -m build --wheel
+ run: |
137
+ python -m build --wheel
138
+ # Download lark dependency into dist directory for pyodide to find it
139
+ pip download lark -d dist/
140
141
- name: Run tests under Pyodide
142
run: |
0 commit comments