Skip to content

Commit d1a0fe3

Browse files
authored
[ci] Fix linux release forgot to remove old taichi (#2914)
1 parent 76488e0 commit d1a0fe3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
export PATH=$LLVM_LIB_ROOT_DIR/bin:/usr/local/cuda/bin:$PATH
5151
export LLVM_DIR=$LLVM_LIB_ROOT_DIR/lib/cmake/llvm
5252
export CXX=clang++-8
53+
python3 -m pip uninstall taichi -y
5354
python3 -m pip install --user -r requirements_dev.txt
5455
python3 -m pip install --user twine
5556
cd python

0 commit comments

Comments
 (0)