From 3f29702a200ef5c9aa3e4df5390b551f6368fa16 Mon Sep 17 00:00:00 2001 From: tazlin Date: Thu, 25 Jul 2024 09:09:38 -0400 Subject: [PATCH] tests: run tests with pinned numpy --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 76a707e6..79634e2e 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,7 @@ deps = pytest-sugar pytest-cov requests + numpy==1.26.4 -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu124 commands = pytest tests {posargs} --cov @@ -41,6 +42,7 @@ deps = pytest-sugar pytest-cov requests + numpy==1.26.4 -r requirements.txt commands = pytest tests {posargs} --ignore-glob=*api_calls.py --cov