Commit 3f83bca
authored
Use pipenv sync to only install from lock (canada-ca#61)
* Use pipenv sync to only install from lock
Using sync to install packages exactly as specified in Pipfile.lock.
* Add updated lockfile
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.1 parent 5833633 commit 3f83bca
3 files changed
Lines changed: 29 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments