mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
More iterating on a problem.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user