More iterating on a problem.

This commit is contained in:
Matt Davis
2022-08-18 20:07:05 -04:00
committed by Oz N Tiram
parent 692f79dc75
commit bd9d62d907
+1 -1
View File
@@ -96,7 +96,7 @@ jobs:
git submodule sync
git submodule update --init --recursive
python -m pip install -e . --upgrade
pipenv --system-site-packages install --deploy --dev --python=${{ steps.python-path.outputs.path }}
pipenv --site-packages install --deploy --dev --python=${{ steps.python-path.outputs.path }}
- name: Run tests
env:
PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }}