Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Sep 19, 2020
2 parents 2ffaf05 + 60fcbde commit 27cdcb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/persubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Requirements
run: |
pip install taichi==${{ matrix.taichi }}
pip install coverage
pip install pytest coverage
- name: Functionallity Test
run: |
Expand Down
3 changes: 0 additions & 3 deletions taichi_glsl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
taichi_version = (0, 6, 32)

print(f'[TaiGLSL] version {".".join(map(str, version))}')
print(
f'[TaiGLSL] Inputs are welcomed at https://github.com/taichi-dev/taichi_glsl'
)

0 comments on commit 27cdcb1

Please sign in to comment.