Skip to content

Commit

Permalink
numpy - Add missing coverage package (#13069)
Browse files Browse the repository at this point in the history
This is missing to gather proper coverage info. Without this package the
introspector page for numpy is no longer updated.
  • Loading branch information
serge-sans-paille authored Feb 19, 2025
1 parent 1692bd0 commit d1f82f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/numpy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update && \
# Install Python dependencies for python 3.11
RUN curl -LO https://bootstrap.pypa.io/get-pip.py && \
python3 get-pip.py && \
python3 -m pip install --root-user-action=ignore atheris pyinstaller
python3 -m pip install --root-user-action=ignore atheris pyinstaller coverage
RUN git clone https://github.com/numpy/numpy && cd numpy && git submodule update --init
WORKDIR $SRC
COPY *.options *.py build.sh $SRC/

0 comments on commit d1f82f1

Please sign in to comment.