Skip to content

Commit

Permalink
Added setuptools to Python 3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorell committed Nov 16, 2023
1 parent 0e0204b commit 0b2f3e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
# immutables dropped support for Python<3.8 in version 0.20
run: pip install immutables==0.19

- name: Install Python 3.12 dependencies
if: ${{ contains(matrix.python-version, '3.12') }}
run: pip install setuptools

- name: Set the framework
run: echo ${{ matrix.framework }} >> $GITHUB_ENV

Expand Down

0 comments on commit 0b2f3e8

Please sign in to comment.