Skip to content

Commit e5bd4a8

Browse files
committed
test with upgraded numpy
1 parent acb65a5 commit e5bd4a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,9 @@ jobs:
157157
run: |
158158
poetry install --all-extras
159159
160-
- name: Test manim import
160+
- name: Local upgrade of numpy + test manim import
161161
run: |
162+
poetry run pip install --upgrade numpy
162163
poetry run python -v -c "import manim; import manim.constants"
163164
164165
- name: Run tests

0 commit comments

Comments
 (0)