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 992e6ce commit 05812e2Copy full SHA for 05812e2
.github/workflows/release.yml
@@ -51,8 +51,8 @@ jobs:
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
+ python3 -m pip install -r requirements_dev.txt
+ python3 -m pip install twine
56
cd python
57
git fetch origin master
58
export TAICHI_CMAKE_ARGS=$CI_SETUP_CMAKE_ARGS
@@ -83,7 +83,8 @@ jobs:
83
glewinfo
84
ti diagnose
85
ti changelog
86
- ti test -vr2 -t2
+ ti test -vr2 -t2 -k "not ndarray"
87
+ ti test -vr2 -t1 -k "ndarray"
88
env:
89
PYTHON: ${{ matrix.python }}
90
0 commit comments