Commit 8acb14b
ci: uninstall diffusers before PyPI install in Docker image
pip install diffusers inside the container was a no-op: the image has
0.38.0.dev0 which pip considers higher than the latest PyPI release
(0.37.1), so it skips the install. Uninstall first to force the
PyPI version.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7eb1a03 commit 8acb14b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
0 commit comments