Commit 30e028c
committed
fix(deps): pin development version of MSSDK to avoid stale dependencies
Simply specifying the `develop` branch is cause for problems. Pip will
not reinstall the dependency as it would interpret no change to the
version of the package installed. In turn, the Docker cache layer for
the file would remain unchanged and the dependency resolution would not
be rerun. This would lead to a stale dependency situation in the images.1 parent 530e55a commit 30e028c
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
0 commit comments