Skip to content

Commit

Permalink
Use ensure_julia_installed()
Browse files Browse the repository at this point in the history
  • Loading branch information
himoto committed Nov 19, 2024
1 parent e08bb21 commit 40cfcc3
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 @@ -3,7 +3,7 @@ deps =
pytest
pytest-cov
commands =
python -c 'import diffeqpy'
python -c 'import diffeqpy; diffeqpy._ensure_julia_installed()'
py.test \
--pyargs diffeqpy \
{posargs}
Expand Down

0 comments on commit 40cfcc3

Please sign in to comment.