Skip to content

Commit

Permalink
CI: fedoraw:rawhide: workaround issue with python3-numpy package
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 13, 2024
1 parent 4501947 commit 6ebfe07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fedora_rawhide/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ COPY requirements.txt /tmp/
# One of the dependencies of jsonschema 4.18 is rpds_py which requires a Rust compiler
RUN PYTHON_CMD=python3 && $PYTHON_CMD -m pip install "jsonschema<4.18"
RUN PYTHON_CMD=python3 && $PYTHON_CMD -m pip install -r /tmp/requirements.txt

# Workaround https://bugzilla.redhat.com/show_bug.cgi?id=2332307
RUN PYTHON_CMD=python3 && $PYTHON_CMD -m pip install --force-reinstall numpy

0 comments on commit 6ebfe07

Please sign in to comment.