Skip to content

Commit

Permalink
added test dependencies to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
tholzheim committed Jul 16, 2024
1 parent 787dceb commit 5bf265a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
# WF 2020-03-25
# workaround ugly
pip install . -U
pip install .[test] -U

0 comments on commit 5bf265a

Please sign in to comment.