We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76488e0 commit d1a0fe3Copy full SHA for d1a0fe3
.github/workflows/release.yml
@@ -50,6 +50,7 @@ jobs:
50
export PATH=$LLVM_LIB_ROOT_DIR/bin:/usr/local/cuda/bin:$PATH
51
export LLVM_DIR=$LLVM_LIB_ROOT_DIR/lib/cmake/llvm
52
export CXX=clang++-8
53
+ python3 -m pip uninstall taichi -y
54
python3 -m pip install --user -r requirements_dev.txt
55
python3 -m pip install --user twine
56
cd python
0 commit comments