Skip to content

Commit

Permalink
Merge pull request #10440 from rouault/ci_importlib_metadata
Browse files Browse the repository at this point in the history
CI: fix issue with build-linux-ubuntu-focal and setuptools 71.0.1
  • Loading branch information
rouault authored Jul 18, 2024
2 parents 15284ef + 852dafe commit 7857931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# Workaround bug in ogdi packaging
sudo ln -s /usr/lib/ogdi/libvrf.so /usr/lib
#
python3 -m pip install -U pip wheel setuptools numpy
python3 -m pip install -U pip wheel setuptools numpy importlib_metadata
python3 -m pip install -r $GITHUB_WORKSPACE/autotest/requirements.txt
- name: Build libjxl
Expand Down

0 comments on commit 7857931

Please sign in to comment.