File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout 🛎️
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
with :
14
14
persist-credentials : false
15
15
40
40
name : test (image=${{ matrix.versions.tag }}, tf=${{ matrix.versions.tf }})
41
41
steps :
42
42
- name : Checkout 🛎️
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
with :
45
45
persist-credentials : false
46
46
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN pip install --no-cache-dir \
30
30
# install cmsml from master
31
31
RUN git clone https://github.com/cms-ml/cmsml.git && \
32
32
cd cmsml && \
33
- pip install --no-cache-dir . && \
33
+ pip install --no-cache-dir .[dev] && \
34
34
cd .. && \
35
35
rm -rf cmsml
36
36
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN pip install --no-cache-dir \
30
30
# install cmsml from master
31
31
RUN git clone https://github.com/cms-ml/cmsml.git && \
32
32
cd cmsml && \
33
- pip install --no-cache-dir . && \
33
+ pip install --no-cache-dir .[dev] && \
34
34
cd .. && \
35
35
rm -rf cmsml
36
36
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN pip install --no-cache-dir \
30
30
# install cmsml from master
31
31
RUN git clone https://github.com/cms-ml/cmsml.git && \
32
32
cd cmsml && \
33
- pip install --no-cache-dir . && \
33
+ pip install --no-cache-dir .[dev] && \
34
34
cd .. && \
35
35
rm -rf cmsml
36
36
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN pip install --no-cache-dir \
30
30
# install cmsml from master
31
31
RUN git clone https://github.com/cms-ml/cmsml.git && \
32
32
cd cmsml && \
33
- pip install --no-cache-dir . && \
33
+ pip install --no-cache-dir .[dev] && \
34
34
cd .. && \
35
35
rm -rf cmsml
36
36
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN pip install --no-cache-dir \
30
30
# install cmsml from master
31
31
RUN git clone https://github.com/cms-ml/cmsml.git && \
32
32
cd cmsml && \
33
- pip install --no-cache-dir . && \
33
+ pip install --no-cache-dir .[dev] && \
34
34
cd .. && \
35
35
rm -rf cmsml
36
36
You can’t perform that action at this time.
0 commit comments