Skip to content

Commit 64ba22d

Browse files
committed
updating containerfile and coverage-badge workflow
1 parent d96e1e1 commit 64ba22d

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/build/Containerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ RUN tar -C /usr/local/bin -xvf $TMPDIR/oc.tar.gz && \
1414
rm $TMPDIR/oc.tar.gz
1515
USER $USERID
1616

17-
RUN pip3 install poetry
17+
RUN pip3 install poetry && \
18+
poetry config virtualenvs.create false
1819
COPY pyproject.toml ./
1920
RUN poetry install
2021

.github/workflows/coverage-badge.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install poetry
24+
poetry config virtualenvs.create false
25+
poetry lock --no-update
2426
poetry install --with test
2527
- name: Generate coverage report
2628
run: |

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)