Skip to content

Commit

Permalink
Fix path to Emscripten requirements file
Browse files Browse the repository at this point in the history
[skip azp] [skip circle] [skip cirrus]
  • Loading branch information
agriyakhetarpal committed May 29, 2024
1 parent fc0e37f commit a3ba541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ jobs:
CIBW_ARCHS: wasm32 # redundant but put up for debugging/demonstration
CIBW_BUILD_VERBOSITY_PYODIDE: 2
CIBW_BEFORE_ALL_PYODIDE: "pip install pyodide-build==0.26.0"
CIBW_BEFORE_TEST_PYODIDE: "pip install -r {project}requirements/emscripten_test_requirements.txt"
CIBW_BEFORE_TEST_PYODIDE: "pip install -r {project}/requirements/emscripten_test_requirements.txt"
CIBW_TEST_COMMAND_PYODIDE: "python -m pytest --pyargs numpy -m 'not slow'"

0 comments on commit a3ba541

Please sign in to comment.