Skip to content

Commit

Permalink
updating containerfile and coverage-badge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiona-Waters committed Sep 13, 2023
1 parent 003e07c commit 57d2dac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/build/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN tar -C /usr/local/bin -xvf $TMPDIR/oc.tar.gz && \
rm $TMPDIR/oc.tar.gz
USER $USERID

RUN pip3 install poetry
RUN pip3 install poetry && \
poetry config virtualenvs.create false
COPY pyproject.toml ./
RUN poetry install

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/coverage-badge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry config virtualenvs.create false
poetry lock --no-update
poetry install --with test
- name: Generate coverage report
run: |
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57d2dac

Please sign in to comment.