Skip to content

Commit

Permalink
Pin the version of setuptools used
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Nov 10, 2024
1 parent 1388c8b commit 34a9dff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
- checkout
- run:
name: Test
command: python setup.py test
command: |
pip install --force-reinstall 'setuptools==71.1.0'
python setup.py test
docker:
- image: cimg/python:<<parameters.python_version>>

Expand Down

0 comments on commit 34a9dff

Please sign in to comment.