From b31b1e48471ddfa20f77302f37ce27dd92ad7e6a Mon Sep 17 00:00:00 2001 From: Riley Clement Date: Thu, 25 Apr 2024 20:16:13 +1000 Subject: [PATCH] moving requirements install into commands --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 30b368e..831e688 100644 --- a/tox.ini +++ b/tox.ini @@ -14,9 +14,9 @@ python = deps = pytest nbmake - -rrequirements_test.txt commands = python -m pip install --upgrade pip setuptools wheel + python -m pip install -r requirements_test.txt pytest --nbmake --nbmake-kernel=python3 --nbmake-timeout=2000 \ ./3d_tic_tac_toe/3d_tic_tac_toe.ipynb \ ./agricultural_pricing/agricultural_pricing.ipynb \