mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +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 --site-packages install --deploy --dev --python=${{ steps.python-path.outputs.path }}
|
||||
pipenv install --deploy --dev --python=${{ steps.python-path.outputs.path }}
|
||||
- name: Run tests
|
||||
env:
|
||||
PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }}
|
||||
|
||||
+1
-1
@@ -1371,7 +1371,7 @@ def get_pip_args(
|
||||
"upgrade": ["--upgrade"],
|
||||
"require_hashes": ["--require-hashes"],
|
||||
"no_build_isolation": ["--no-build-isolation"],
|
||||
"no_use_pep517": ["--no-use-pep517"],
|
||||
"no_use_pep517": [],
|
||||
"no_deps": ["--no-deps"],
|
||||
"selective_upgrade": [
|
||||
"--upgrade-strategy=only-if-needed",
|
||||
|
||||
Reference in New Issue
Block a user