File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
id : prep
73
73
if : startsWith(github.ref, 'refs/tags/')
74
74
run : |
75
- poetry install --no-cache --without dev
75
+ poetry install --no-cache --all-groups --all-extras
76
76
toml_version=$(echo "v"$(poetry version -s))
77
77
if [[ $toml_version != $(echo $GITHUB_REF | cut -d / -f 3) ]]; then
78
78
echo "TOML version does not match tag."
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN microdnf install -y make gcc ncurses \
35
35
COPY . /opt/blint
36
36
RUN cd /opt/blint \
37
37
&& poetry config virtualenvs.create false \
38
- && poetry install --no-cache --without dev \
38
+ && poetry install --no-cache --all-groups --all-extras \
39
39
&& chmod a-w -R /opt \
40
40
&& microdnf remove make gcc -y \
41
41
&& microdnf clean all
You can’t perform that action at this time.
0 commit comments