This is possibly no longer required and could be breaking the build.

This commit is contained in:
Matt Davis
2022-08-07 01:03:41 -04:00
committed by Oz N Tiram
parent e2e75c2bee
commit af9460ecde
-3
View File
@@ -83,9 +83,6 @@ 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 }}