Skip to content
Merged
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env:
EMSDK_CACHE_NUMBER: 0
CCACHE_DIR: /tmp/.ccache
CCACHE_CACHE_NUMBER: 0
FORCE_COLOR: 3

jobs:
build:
Expand Down Expand Up @@ -298,6 +299,7 @@ jobs:
run: |
pytest -v \
--dist-dir=./dist/ \
-n $(nproc) \
--runner=${{ matrix.test-config.runner }} \
--rt ${{ matrix.test-config.runtime }} \
packages
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pytest
pytest-xdist
pytest-pyodide==0.58.3
pytest-httpserver
pytest-benchmark
Expand Down
Loading