Skip to content

Commit

Permalink
ci: add package 'coverage' to docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
1138-4EB committed Nov 29, 2019
1 parent 934daab commit 20c6be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ COPY --from=ghdl/pkg:buster-$PKG / /test
RUN tar xzf \$(ls /test/ghdl-*) -C /usr/local/ \\
&& rm -rf /test \
&& pip install tox colorama
&& pip install -U tox colorama coverage --progress-bar off
EOF

0 comments on commit 20c6be4

Please sign in to comment.