Skip to content

Commit

Permalink
Bump everest-testing version to 0.1.6 (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm authored Nov 20, 2023
1 parent e60f710 commit a7119ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/images/build-kit/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN python3 -m pip install \
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@b862a940afa37a99350483fd550e88acaff3e9a7#subdirectory=ev-dev-tools

# install everest-testing
RUN python3 -m pip install git+https://github.com/EVerest/[email protected].4#subdirectory=everest-testing
RUN python3 -m pip install git+https://github.com/EVerest/[email protected].6#subdirectory=everest-testing

# install edm
RUN python3 -m pip install git+https://github.com/EVerest/[email protected]#subdirectory=dependency_manager
Expand Down
2 changes: 1 addition & 1 deletion docker/images/build-kit/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN python3 -m pip install \
RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@b862a940afa37a99350483fd550e88acaff3e9a7#subdirectory=ev-dev-tools

# install everest-testing
RUN python3 -m pip install git+https://github.com/EVerest/[email protected].4#subdirectory=everest-testing
RUN python3 -m pip install git+https://github.com/EVerest/[email protected].6#subdirectory=everest-testing

# install edm
RUN python3 -m pip install git+https://github.com/EVerest/[email protected]#subdirectory=dependency_manager
Expand Down

0 comments on commit a7119ba

Please sign in to comment.