Difference in env between pip install -e .[develop]
and pip install .[test]
#1697
Labels
pip install -e .[develop]
and pip install .[test]
#1697
There are quite a few differences between the two installation methods:
We don't use the
[test]
installation in the Github Actions, and frankly I don't see the point of it, since a user will never install Core that way. Circle tests workflow use it though, and we just hit a dependency issue reported by Manu in #1696 - picked up only in Circle CI testing, and not in GA tests. @bouweandela can we drop it and use the regular pip install editable in dev mode? I think this also relates to your --no-deps pip install issue we discussed earlier.The text was updated successfully, but these errors were encountered: