Skip to content

Commit

Permalink
[misc] Try1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailing Zhang committed Sep 23, 2021
1 parent 992e6ce commit 05812e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
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
python3 -m pip install -r requirements_dev.txt
python3 -m pip install twine
cd python
git fetch origin master
export TAICHI_CMAKE_ARGS=$CI_SETUP_CMAKE_ARGS
Expand Down Expand Up @@ -83,7 +83,8 @@ jobs:
glewinfo
ti diagnose
ti changelog
ti test -vr2 -t2
ti test -vr2 -t2 -k "not ndarray"
ti test -vr2 -t1 -k "ndarray"
env:
PYTHON: ${{ matrix.python }}

Expand Down

0 comments on commit 05812e2

Please sign in to comment.