Skip to content

Commit

Permalink
pin coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 8, 2023
1 parent a4abb30 commit 157476f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ WORKDIR /app
COPY ./src /app/src
COPY ./script /app/script

# pin coverage
RUN pip install coverage==6.5.0

# make sure 'src' is in python path - this is so imports work
ENV PYTHONPATH=${PYTHONPATH}:/app/src

0 comments on commit 157476f

Please sign in to comment.