Skip to content

Commit

Permalink
update jenkins and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed Dec 13, 2019
1 parent d1790c6 commit 59b1b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void build_taichi() {
$CC --version
$CXX --version
echo $WORKSPACE
$PYTHON_EXECUTABLE -m pip install numpy Pillow scipy pybind11 colorama setuptools astor matplotlib pytest autograd --user
$PYTHON_EXECUTABLE -m pip install twine numpy Pillow scipy pybind11 colorama setuptools astor matplotlib pytest autograd --user
export TAICHI_REPO_DIR=$WORKSPACE/
echo $TAICHI_REPO_DIR
export PYTHONPATH=$TAICHI_REPO_DIR/python
Expand Down
2 changes: 1 addition & 1 deletion python/taichi/core/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def build():
try:
os.unlink('taichi_core.so')
except:
print('Warning: taichi_core.so already removed. This may be caused by'
print('Warning: taichi_core.so already removed. This may be caused by '
'simultaneously starting two taichi instances.')
pass
shutil.copy('libtaichi_core.so', 'taichi_core.so')
Expand Down

0 comments on commit 59b1b74

Please sign in to comment.