Skip to content

Commit

Permalink
3.12 requires explicit 3rd party setuptools package.
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Feb 4, 2024
1 parent 2757d2c commit 92b5104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
BUILD_FOR_DEBUG: 1
run: |
python -m pip install --upgrade pip wheel
pip install cython
pip install cython setuptools
pip install -e '.[test]'
rm simdjson/csimdjson.cpp
python setup.py develop
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
BUILD_WITH_CYTHON: 1
run: |
python -m pip install --upgrade pip wheel
pip install cython
pip install cython setuptools
pip install -e '.[test]'
rm simdjson/csimdjson.cpp
python setup.py develop
Expand Down

0 comments on commit 92b5104

Please sign in to comment.