Skip to content

Commit

Permalink
CI: install setuptools and wheel for py>=3.12 in Manylinux2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Oct 21, 2024
1 parent ed7d1d7 commit 0e450f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Manylinux2014.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ jobs:
make
make install
- name: Install setuptools and wheel
if: ${{ env.PYTHON >= 3.12 }}
run: |
python${{env.PYTHON}} -m pip install setuptools wheel
- name: Add custom problem matchers for annotations
run: echo "::add-matcher::.github/problem-matchers.json"

Expand Down

0 comments on commit 0e450f5

Please sign in to comment.