Skip to content

Commit f194b48

Browse files
committed
run-cmd
1 parent 10ba5b9 commit f194b48

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,11 @@ jobs:
199199
run: |
200200
set CC=clang-cl
201201
set CXX=clang-cl
202-
python scripts/build/install.py
202+
python scripts/build/add_dummy_submodules.py
203+
python setup.py build_ext --inplace
204+
python -m pip install .
205+
python scripts/build/delete_dummy_submodules.py
206+
python -m pip install . --force-reinstall
203207
204208
- name: Run tests
205209
run: |

0 commit comments

Comments
 (0)