Skip to content

Commit

Permalink
Problem: setuptools bootstrap is gone
Browse files Browse the repository at this point in the history
Solution: install setuptools from github with pip
  • Loading branch information
gotcha committed Mar 16, 2021
1 parent e1bb5c7 commit 83b2034
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/scripts-setuptools-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: checkout setuptools
run: |
git clone https://github.com/pypa/setuptools.git
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand All @@ -31,9 +28,7 @@ jobs:
PYTHON_VERSION: ${{matrix.python-version}}
run: |
./sandbox/bin/pip uninstall -y setuptools
cd setuptools
../sandbox/bin/python bootstrap.py
../sandbox/bin/python setup.py develop
./sandbox/bin/pip install -e "git+https://github.com/pypa/setuptools.git#egg=setuptools"
ls ../sandbox/lib/python${PYTHON_VERSION}/site-packages
- name: Run buildout
env:
Expand Down

0 comments on commit 83b2034

Please sign in to comment.