Skip to content

Commit 2e43978

Browse files
paxcodesjayvynl
authored andcommitted
chore: Install numpy before running tests
1 parent ec4cffe commit 2e43978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ deps =
1616
django5.1: Django>=5.1,<5.2
1717
coverage
1818
commands =
19+
pip install numpy
1920
# Use local clickhouse_backend package so that coverage works properly.
2021
pip install -e .
2122
coverage run tests/runtests.py --debug-sql {posargs}

0 commit comments

Comments
 (0)