fix github workflows for make
This commit is contained in:
10
.github/workflows/make_linux_python.yml
vendored
10
.github/workflows/make_linux_python.yml
vendored
@@ -24,12 +24,10 @@ jobs:
|
||||
run: make detect_port
|
||||
- name: Check Python
|
||||
run: make detect_python
|
||||
- name: Build third party
|
||||
run: make third_party -j4
|
||||
- name: Build C++
|
||||
run: make cc -j4
|
||||
- name: Build Python
|
||||
run: make python -j4
|
||||
- name: Build third party
|
||||
run: make third_party BUILD_PYTHON=ON -j4
|
||||
- name: Build C++ and Python
|
||||
run: make all -j4
|
||||
- name: Test Python
|
||||
run: make test_python -j4
|
||||
- name: Create wheel package
|
||||
|
||||
Reference in New Issue
Block a user