Skip to content

Commit

Permalink
Use scipy debug build to have more informative errors (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Dec 12, 2022
1 parent a47cf82 commit bf073e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
- name: install Pyodide
run: |
npm install "pyodide@$PYODIDE_JS_VERSION"
- name: install debug build
run: |
wget http://pyodide-cache.s3-website-us-east-1.amazonaws.com/scratch/pyodide-scipy-debug.tar.xz
tar xvf pyodide-scipy-debug.tar.xz
cp dist/* node_modules/pyodide
- name: Test
run: |
python run-tests-by-module.py

0 comments on commit bf073e8

Please sign in to comment.