this change did not help.

This commit is contained in:
Matt Davis
2022-08-18 19:40:46 -04:00
committed by Oz N Tiram
parent fb0ffa1491
commit 58e552cb56
+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 --upgrade
python -m pip install --upgrade pip setuptools wheel --upgrade
- name: Install dependencies
env:
PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }}