Skip to content

Commit

Permalink
Using pip to install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
sameh-farouk committed May 27, 2021
1 parent 14a22bc commit fdb6769
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jsng-ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
brew install redis || brew upgrade redis
brew install tmux || brew upgrade tmux
brew install git || brew upgrade git
# The script will download the appropriate setuptools version and install it
curl -sSL https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py | python -
pip install --upgrade setuptools
# The script will download the appropriate poetry version and install it
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit fdb6769

Please sign in to comment.