Skip to content

Commit fc57b76

Browse files
committed
CI: download lark dependency for Pyodide tests
1 parent 0faaf79 commit fc57b76

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

‎.github/workflows/ci.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ jobs:
133133
pip install build pytest-pyodide
134134
135135
- name: Build wheel
136-
run: python -m build --wheel
136+
run: |
137+
python -m build --wheel
138+
# Download lark dependency into dist directory for pyodide to find it
139+
pip download lark -d dist/
137140
138141
- name: Run tests under Pyodide
139142
run: |

0 commit comments

Comments
 (0)