We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da909f8 commit a54c555Copy full SHA for a54c555
.github/workflows/ci-emscripten.yaml
@@ -60,7 +60,6 @@ jobs:
60
run: |
61
patch -p1 < tools/ci/patches/0001-disable-multiprocessing-and-pthreads.patch
62
patch -p1 < tools/ci/patches/0002-add-missing-unistd-headers.patch
63
- patch -d $EMSDK/upstream/emscripten/ -p1 < tools/ci/patches/0003-fix-npy-file-access.patch
64
65
- name: Install pyodide-build
66
run: python -m pip install "pydantic<2" "pyodide-build==${{ env.PYODIDE_VERSION }}"
@@ -94,7 +93,6 @@ jobs:
94
93
- name: Checkout necessary patch(es)
95
uses: actions/checkout@v4
96
with:
97
- # Check out a single file
98
sparse-checkout: tools/ci/patches/0003-fix-npy-file-access.patch
99
sparse-checkout-cone-mode: false
100
0 commit comments