Skip to content

Commit

Permalink
CI: Install setuptools via pip
Browse files Browse the repository at this point in the history
No longer bundled automatically with python 3.12.
  • Loading branch information
karlch committed May 10, 2024
1 parent bcd03ec commit 184de83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
sudo apt-get install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 libegl1 libxcb-cursor0
python -m pip install --upgrade pip
pip install -r misc/requirements/requirements_tox.txt
pip install setuptools
- name: Install dependencies for pyexiv2
if: "contains(matrix.toxenv, 'pyexiv2')"
run: |
Expand Down

0 comments on commit 184de83

Please sign in to comment.