Skip to content

Commit 05812e2

Browse files
author
Ailing Zhang
committed
[misc] Try1
1 parent 992e6ce commit 05812e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
export LLVM_DIR=$LLVM_LIB_ROOT_DIR/lib/cmake/llvm
5252
export CXX=clang++-8
5353
python3 -m pip uninstall taichi -y
54-
python3 -m pip install --user -r requirements_dev.txt
55-
python3 -m pip install --user twine
54+
python3 -m pip install -r requirements_dev.txt
55+
python3 -m pip install twine
5656
cd python
5757
git fetch origin master
5858
export TAICHI_CMAKE_ARGS=$CI_SETUP_CMAKE_ARGS
@@ -83,7 +83,8 @@ jobs:
8383
glewinfo
8484
ti diagnose
8585
ti changelog
86-
ti test -vr2 -t2
86+
ti test -vr2 -t2 -k "not ndarray"
87+
ti test -vr2 -t1 -k "ndarray"
8788
env:
8889
PYTHON: ${{ matrix.python }}
8990

0 commit comments

Comments
 (0)