Skip to content

Commit ce5128c

Browse files
committed
👷 Upgrade setuptools
1 parent 8f6f4a8 commit ce5128c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ test: &test
1010
- run: |
1111
pip install -r dev-requirements.txt
1212
pip install .
13+
pip uninstall -y setuptools
14+
pip install setuptools>61
1315
pytest tests --junit-xml test_output/junit.xml
1416
- store_test_results:
1517
path: test_output

0 commit comments

Comments
 (0)