Skip to content

Commit

Permalink
[ci] Fix linux release forgot to remove old taichi (#2914)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonz5288 authored Sep 12, 2021
1 parent 76488e0 commit d1a0fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
export PATH=$LLVM_LIB_ROOT_DIR/bin:/usr/local/cuda/bin:$PATH
export LLVM_DIR=$LLVM_LIB_ROOT_DIR/lib/cmake/llvm
export CXX=clang++-8
python3 -m pip uninstall taichi -y
python3 -m pip install --user -r requirements_dev.txt
python3 -m pip install --user twine
cd python
Expand Down

0 comments on commit d1a0fe3

Please sign in to comment.