generated from EVerest/everest-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Do not install ev-cli Signed-off-by: Andreas Heinrich <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,11 +70,8 @@ RUN python3 -m pip install \ | |
py4j>=0.10.9.5 \ | ||
netifaces>=0.11.0 \ | ||
python-dateutil>=2.8.2 \ | ||
gcovr==5.0 | ||
|
||
# install ev-cli | ||
ARG EVEREST_UTILS_VERSION=v0.2.3 | ||
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@${EVEREST_UTILS_VERSION}#subdirectory=ev-dev-tools | ||
gcovr==5.0 \ | ||
build | ||
|
||
# install edm | ||
RUN python3 -m pip install git+https://github.com/EVerest/[email protected]#subdirectory=dependency_manager | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,11 +61,8 @@ RUN python3 -m pip install \ | |
py4j>=0.10.9.5 \ | ||
netifaces>=0.11.0 \ | ||
python-dateutil>=2.8.2 \ | ||
gcovr==5.0 | ||
|
||
# install ev-cli | ||
ARG EVEREST_UTILS_VERSION=v0.2.3 | ||
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@${EVEREST_UTILS_VERSION}#subdirectory=ev-dev-tools | ||
gcovr==5.0 \ | ||
build | ||
|
||
# install edm | ||
RUN python3 -m pip install git+https://github.com/EVerest/[email protected]#subdirectory=dependency_manager | ||
|