Skip to content

Commit

Permalink
Install matplotlib for brille test
Browse files Browse the repository at this point in the history
This shouldn't be necessary but might help us figure out why it is failing.
  • Loading branch information
ajjackson committed Jul 5, 2024
1 parent 7ec20bd commit f908b33
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 @@ -70,7 +70,7 @@ commands_pre =
python -m pip install \
--upgrade \
--upgrade-strategy eager \
'{toxinidir}[brille]'
'{toxinidir}[brille,matplotlib]'
commands = {[testenv]test_command} --cov -m "brille and not multiple_extras"

# Run remaining tests that require multiple extras
Expand Down

0 comments on commit f908b33

Please sign in to comment.