Skip to content

Commit

Permalink
gha: setuptools version requires quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Jun 15, 2022
1 parent b561f85 commit ab35a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
pip install -r requirements.txt # needed to use empowering and amoniak from git not from pypi
./setup.py develop
else
pip install setuptools<58 # use_2to3 dropped, in pymongo indirect flask-pymongo. Should be installed before requirements.txt
pip install "setuptools<58" # use_2to3 dropped, in pymongo indirect flask-pymongo. Should be installed before requirements.txt
pip install -r requirements-py3.txt # needed to use empowering and amoniak from git not from pypi
./setup.py develop
fi
Expand Down

0 comments on commit ab35a01

Please sign in to comment.