Add back these setuptools steps.

This commit is contained in:
Matt Davis
2022-08-07 10:08:37 -04:00
committed by Oz N Tiram
parent 7284c76fa2
commit 56b94971a8
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -83,6 +83,9 @@ jobs:
id: python-path
run: |
echo ::set-output name=path::$(python -c "import sys; print(sys.executable)")
- name: Install latest pip, setuptools, wheel
run: |
python -m pip install --upgrade pip setuptools wheel --upgrade-strategy=eager
- name: Install dependencies
env:
PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }}