Skip to content

Commit

Permalink
moving requirements install into commands
Browse files Browse the repository at this point in the history
  • Loading branch information
venaturum committed Apr 25, 2024
1 parent 90c33ef commit b31b1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b31b1e4

Please sign in to comment.