Skip to content

Commit

Permalink
Fix naming in runtime_functions.sh (apache#18795)
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu committed Jul 28, 2020
1 parent f83dbac commit 126636c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -746,12 +746,12 @@ sanity_license() {
tools/license_header.py check
}

sanity_python() {
sanity_cpp() {
set -ex
3rdparty/dmlc-core/scripts/lint.py mxnet cpp include src plugin tests --exclude_path src/operator/contrib/ctc_include include/mkldnn
}

sanity_cpp() {
sanity_python() {
set -ex
python3 -m pylint --rcfile=ci/other/pylintrc --ignore-patterns=".*\.so$$,.*\.dll$$,.*\.dylib$$" python/mxnet
OMP_NUM_THREADS=$(expr $(nproc) / 4) pytest -n 4 tests/tutorials/test_sanity_tutorials.py
Expand Down

0 comments on commit 126636c

Please sign in to comment.