Skip to content

Commit 53e1d0e

Browse files
dg845sayakpaul
andauthored
[CI] Revert setuptools CI Fix as the Failing Pipelines are Deprecated (#13149)
* Pin setuptools version for dependencies which explicitly depend on pkg_resources * Revert setuptools pin as k-diffusion pipelines are now deprecated --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
1 parent a577ec3 commit 53e1d0e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/pr_tests_gpu.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,6 @@ jobs:
199199

200200
- name: Install dependencies
201201
run: |
202-
# Install pkgs which depend on setuptools<81 for pkg_resources first with no build isolation
203-
uv pip install pip==25.2 setuptools==80.10.2
204-
uv pip install --no-build-isolation k-diffusion==0.0.12
205-
uv pip install --upgrade pip setuptools
206-
# Install the rest as normal
207202
uv pip install -e ".[quality]"
208203
uv pip install peft@git+https://github.com/huggingface/peft.git
209204
uv pip uninstall accelerate && uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git

.github/workflows/push_tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ jobs:
126126

127127
- name: Install dependencies
128128
run: |
129-
# Install pkgs which depend on setuptools<81 for pkg_resources first with no build isolation
130-
uv pip install pip==25.2 setuptools==80.10.2
131-
uv pip install --no-build-isolation k-diffusion==0.0.12
132-
uv pip install --upgrade pip setuptools
133-
# Install the rest as normal
134129
uv pip install -e ".[quality]"
135130
uv pip install peft@git+https://github.com/huggingface/peft.git
136131
uv pip uninstall accelerate && uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git

0 commit comments

Comments
 (0)