Skip to content

Commit 312f14b

Browse files
committed
update gh action
Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
1 parent f11bbea commit 312f14b

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/actions/setup-python-env/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ runs:
2929
cache-dependency-glob: |
3030
pyproject.toml
3131
uv.lock
32-
- name: Debug uv lock issue
33-
shell: bash
34-
working-directory: plugins/huggingface
35-
run: |
36-
uv --version
37-
python --version
38-
uv lock || true
39-
git diff uv.lock || true
4032
- name: Install Python dependencies
4133
run: |
4234
uv sync --all-groups --frozen

0 commit comments

Comments
 (0)