Skip to content

Commit

Permalink
Merge pull request #495 from davidlatwe/pin-coverage
Browse files Browse the repository at this point in the history
Fix #492: Resolve CI coverage bug by pinning coverage==4.5.4
  • Loading branch information
mottosso committed Dec 20, 2019
2 parents 8369285 + dc07d5e commit bc5e2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-maya2016
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN wget https://bootstrap.pypa.io/get-pip.py && \
mayapy -m pip install \
nose \
nose-exclude \
coverage \
coverage==4.5.4 \
pyblish-base==1.4.2 \
pyblish-maya \
pymongo \
Expand Down

0 comments on commit bc5e2f6

Please sign in to comment.