Skip to content

Commit acb65a5

Browse files
committed
test whether manim can be imported correctly
1 parent 1c08ab1 commit acb65a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ jobs:
157157
run: |
158158
poetry install --all-extras
159159
160-
- name: Test pytest import
160+
- name: Test manim import
161161
run: |
162-
poetry run python -v -c "import pytest"
162+
poetry run python -v -c "import manim; import manim.constants"
163163
164164
- name: Run tests
165165
run: |

0 commit comments

Comments
 (0)