Eperimenting with the CI failures due to setuptools upgrade.

This commit is contained in:
Matt Davis
2022-08-18 19:28:34 -04:00
committed by Oz N Tiram
parent a1a0fc0ea2
commit fb0ffa1491
+1 -1
View File
@@ -85,7 +85,7 @@ jobs:
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
python -m pip install --upgrade pip --upgrade
- name: Install dependencies
env:
PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }}