Skip to content

Commit

Permalink
update coverage package
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 8, 2023
1 parent c41c1fa commit 8b3fe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY ./src /app/src
COPY ./script /app/script

# pin coverage
RUN pip install coverage==6.5.0
RUN pip install -U coverage

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

0 comments on commit 8b3fe2b

Please sign in to comment.