Skip to content

Commit

Permalink
if: matrix.python-version == '3.12' then upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 24, 2023
1 parent 9134c7b commit 231233d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- if: matrix.python-version == '3.12'
run: pip install --upgrade setuptools
- name: Test with tox
run: tox

Expand Down

0 comments on commit 231233d

Please sign in to comment.