Skip to content

Commit

Permalink
fix(circleci): setuptools;
Browse files Browse the repository at this point in the history
- Version for setuptools.
  • Loading branch information
JVickery-TBS committed Oct 9, 2024
1 parent ff4ed31 commit 8dd52cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- run:
name: Install requirements
command: |
pip install setuptools==44.1.0
pip install --upgrade setuptools==70.0.0
pip install --upgrade pip==23.2.1
pip install cython
pip install -e \/srv\/app\/src\/ckan\/ -r \/srv\/app\/src\/ckan\/requirements.txt -r \/srv\/app\/src\/ckan\/dev-requirements.txt
Expand Down

0 comments on commit 8dd52cd

Please sign in to comment.