Skip to content

Commit

Permalink
disable GL
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ye committed Apr 30, 2021
1 parent eff67bd commit a28d410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/persubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
export PYTHON=/usr/bin/python3
$PYTHON misc/ci_setup.py ci
env:
CI_SETUP_CMAKE_ARGS: -DTI_WITH_OPENGL:BOOL=ON -DTI_WITH_CC:BOOL=OFF
CI_SETUP_CMAKE_ARGS: -DTI_WITH_OPENGL:BOOL=OFF -DTI_WITH_CC:BOOL=OFF

- name: Test
run: |
Expand All @@ -30,6 +30,7 @@ jobs:
export PATH=/home/github/taichi-llvm/bin/:$PATH
export PYTHONPATH=$TAICHI_REPO_DIR/python
export DISPLAY=:1
glewinfo
$PYTHON examples/laplace.py
ti diagnose
ti test -vr2 -t2

0 comments on commit a28d410

Please sign in to comment.