We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6f4a8 commit ce5128cCopy full SHA for ce5128c
.circleci/config.yml
@@ -10,6 +10,8 @@ test: &test
10
- run: |
11
pip install -r dev-requirements.txt
12
pip install .
13
+ pip uninstall -y setuptools
14
+ pip install setuptools>61
15
pytest tests --junit-xml test_output/junit.xml
16
- store_test_results:
17
path: test_output
0 commit comments