Skip to content

Commit

Permalink
Also remove requirement on oldest-supported-numpy for musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Nov 25, 2024
1 parent ed9bcbd commit ab68f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/docker/Dockerfile-musllinux.template
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#
FROM quay.io/pypa/musllinux{{ TYPE }}_{{ ARCH }}:latest

COPY requirements_full.txt requirements_dev.txt /tmp/
COPY requirements.txt requirements_full.txt requirements_dev.txt /tmp/

{{ EXTRA_PRE }}

Expand Down Expand Up @@ -81,7 +81,7 @@ RUN \
python3.${minor} -m pip install --cache-dir=/ci/pip_cache \
-U setuptools wheel && \
python3.${minor} -m pip install --cache-dir=/ci/pip_cache \
oldest-supported-numpy \
-r /tmp/requirements.txt \
-r /tmp/requirements_dev.txt \
-r /tmp/requirements_full.txt; \
done && \
Expand Down

0 comments on commit ab68f35

Please sign in to comment.