Pipenv install --skip-lock does not interpolate environment variables #3608
Labels
Status: Awaiting Update ⏳
This issue requires more information before assistance can be provided.
Status: Needs More Information
This issue does not provide enough information to take further action.
Issue description
When running
pipenv install --skip-lock
pipenv fails with aplette.models.base.ValidationError
. It appears environment variables are not expanded.pipenv install
works fine.Expected result
Both
pipenv install
invocations should work.Actual result
You have a traceback like so:
Steps to replicate
Run
pipenv install --skip-lock
The text was updated successfully, but these errors were encountered: