Skip to content

Commit a8e1be5

Browse files
committed
Update intallation in images.
1 parent 6652e1f commit a8e1be5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout 🛎️
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
persist-credentials: false
1515

@@ -40,7 +40,7 @@ jobs:
4040
name: test (image=${{ matrix.versions.tag }}, tf=${{ matrix.versions.tf }})
4141
steps:
4242
- name: Checkout 🛎️
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
with:
4545
persist-credentials: false
4646

docker/Dockerfile_310

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN pip install --no-cache-dir \
3030
# install cmsml from master
3131
RUN git clone https://github.com/cms-ml/cmsml.git && \
3232
cd cmsml && \
33-
pip install --no-cache-dir . && \
33+
pip install --no-cache-dir .[dev] && \
3434
cd .. && \
3535
rm -rf cmsml
3636

docker/Dockerfile_311

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN pip install --no-cache-dir \
3030
# install cmsml from master
3131
RUN git clone https://github.com/cms-ml/cmsml.git && \
3232
cd cmsml && \
33-
pip install --no-cache-dir . && \
33+
pip install --no-cache-dir .[dev] && \
3434
cd .. && \
3535
rm -rf cmsml
3636

docker/Dockerfile_37

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN pip install --no-cache-dir \
3030
# install cmsml from master
3131
RUN git clone https://github.com/cms-ml/cmsml.git && \
3232
cd cmsml && \
33-
pip install --no-cache-dir . && \
33+
pip install --no-cache-dir .[dev] && \
3434
cd .. && \
3535
rm -rf cmsml
3636

docker/Dockerfile_38

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN pip install --no-cache-dir \
3030
# install cmsml from master
3131
RUN git clone https://github.com/cms-ml/cmsml.git && \
3232
cd cmsml && \
33-
pip install --no-cache-dir . && \
33+
pip install --no-cache-dir .[dev] && \
3434
cd .. && \
3535
rm -rf cmsml
3636

docker/Dockerfile_39

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN pip install --no-cache-dir \
3030
# install cmsml from master
3131
RUN git clone https://github.com/cms-ml/cmsml.git && \
3232
cd cmsml && \
33-
pip install --no-cache-dir . && \
33+
pip install --no-cache-dir .[dev] && \
3434
cd .. && \
3535
rm -rf cmsml
3636

0 commit comments

Comments
 (0)