Skip to content

Commit fdb6769

Browse files
authored
Using pip to install setuptools
pypa/setuptools#581
1 parent 14a22bc commit fdb6769

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/jsng-ci-macos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
brew install redis || brew upgrade redis
2929
brew install tmux || brew upgrade tmux
3030
brew install git || brew upgrade git
31-
# The script will download the appropriate setuptools version and install it
32-
curl -sSL https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py | python -
31+
pip install --upgrade setuptools
3332
# The script will download the appropriate poetry version and install it
3433
curl -sSL https://github.com/raw/python-poetry/poetry/master/get-poetry.py | python -
3534
echo "$HOME/.poetry/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)