Skip to content

Use pipenv sync to only install from lock#61

Merged
sleepycat merged 2 commits into
masterfrom
pipeline-improvements
Jan 31, 2020
Merged

Use pipenv sync to only install from lock#61
sleepycat merged 2 commits into
masterfrom
pipeline-improvements

Conversation

@sleepycat

Copy link
Copy Markdown
Contributor

Using sync to install packages exactly as specified in Pipfile.lock.

Using sync to install packages exactly as specified in Pipfile.lock.
Our builds were apparently succeeding by pipenv install adding a library
(importlib_metadata) to the lockfile during build.
Switching to use pipenv sync made for a reproducible build but revealed
the missing library.
@sleepycat
sleepycat merged commit 3f83bca into master Jan 31, 2020
@sleepycat
sleepycat deleted the pipeline-improvements branch January 31, 2020 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant