Skip to content

Commit

Permalink
CI fedora: workaround jsonschema 4.18 installation issue (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jul 6, 2023
1 parent 2e17f5b commit dd84c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fedora_rawhide/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ RUN dnf install -y clang make diffutils ccache cmake \

COPY requirements.txt /tmp/
# One of the dependencies of jsonschema 4.18 is rpds_py which requires a Rust compiler
RUN python3 -m pip install -U "jsonschema<4.18"
RUN python3 -m pip install -U -r /tmp/requirements.txt
RUN python3 -m pip install "jsonschema<4.18"
RUN python3 -m pip install -r /tmp/requirements.txt

0 comments on commit dd84c0a

Please sign in to comment.