Skip to content

Commit

Permalink
CI: fix extras_require after dependency resolver update
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Dec 11, 2020
1 parent 571cb48 commit dda628e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ commands = ./demo.py
[testenv:mypy-modules]
whitelist_externals = bash
commands =
pip install -e .[testing] .[optional]
pip install -e .[testing,optional]
pip install orgparse
pip install git+https://github.com/karlicoss/endoexport
pip install git+https://github.com/karlicoss/ghexport
Expand Down Expand Up @@ -86,5 +86,5 @@ commands =
[testenv:mypy]
skip_install = true
commands =
pip install -e .[testing] .[optional] orgparse
pip install -e .[testing,optional] orgparse
./lint

0 comments on commit dda628e

Please sign in to comment.