Skip to content

Commit a54c555

Browse files
Remove patch that is unneeded at build time
1 parent da909f8 commit a54c555

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-emscripten.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
run: |
6161
patch -p1 < tools/ci/patches/0001-disable-multiprocessing-and-pthreads.patch
6262
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
6463
6564
- name: Install pyodide-build
6665
run: python -m pip install "pydantic<2" "pyodide-build==${{ env.PYODIDE_VERSION }}"
@@ -94,7 +93,6 @@ jobs:
9493
- name: Checkout necessary patch(es)
9594
uses: actions/checkout@v4
9695
with:
97-
# Check out a single file
9896
sparse-checkout: tools/ci/patches/0003-fix-npy-file-access.patch
9997
sparse-checkout-cone-mode: false
10098

0 commit comments

Comments
 (0)