Commit ad537bd
committed
Install from pre-built wheel in Docker to avoid needing git at build time
lsst-versions resolves the package version from git tags, but the Docker
base image has no git binary. Building the wheel in CI (where git is
available) bakes the version into the wheel; Docker then installs the
wheel directly, bypassing the lsst-versions setuptools hook entirely.
Generated with AI
Co-Authored-By: SLAC AI1 parent 4c32d12 commit ad537bd
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
0 commit comments