Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao committed Aug 5, 2023
1 parent e864154 commit 2d881be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mlc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
-DUSE_LIBBACKTRACE=OFF \
-DUSE_METAL=ON \
..
make -j $(nproc)
make -j3
cd ..
- name: Test
shell: bash -l {0}
Expand All @@ -84,7 +84,7 @@ jobs:
-DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON \
-DUSE_IOS_RPC=ON \
..
cmake --build . --parallel $(nproc) --target ios_rpc
cmake --build . --parallel 3 --target ios_rpc
cd ..
- name: Test iOS RPC
shell: bash -l {0}
Expand Down Expand Up @@ -127,6 +127,6 @@ jobs:
cd ..
- name: Test
shell: cmd /C call {0}
run: >-
run: |
set PYTHONPATH=.\python;%PYTHONPATH%
python -m pytest -v tests/python/all-platform-minimal-test

0 comments on commit 2d881be

Please sign in to comment.