Skip to content

Commit dff2bac

Browse files
ci: simplify diffusers install — force-reinstall from PyPI, drop redundant deps
The Docker image already has transformers/accelerate/peft. Only diffusers needs overriding (image has dev version > latest PyPI release). --force-reinstall --no-deps does this in one line. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8acb14b commit dff2bac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests-integration-nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ jobs:
169169
- name: Install bnb + diffusers from PyPI (overriding image versions)
170170
run: |
171171
pip install "bitsandbytes[test] @ ${BNB_WHEEL_URL}"
172-
pip uninstall -y diffusers
173-
pip install diffusers transformers accelerate peft
172+
pip install --force-reinstall --no-deps diffusers
174173
175174
- name: Clone diffusers matching installed version
176175
run: |

0 commit comments

Comments
 (0)