We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a22bc commit fdb6769Copy full SHA for fdb6769
.github/workflows/jsng-ci-macos.yml
@@ -28,8 +28,7 @@ jobs:
28
brew install redis || brew upgrade redis
29
brew install tmux || brew upgrade tmux
30
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 -
+ pip install --upgrade setuptools
33
# The script will download the appropriate poetry version and install it
34
curl -sSL https://github.com/raw/python-poetry/poetry/master/get-poetry.py | python -
35
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
0 commit comments