Browse Source

👷 Update CI uv config

pull/14398/head
Sebastián Ramírez 8 months ago
parent
commit
eb05a1f839
  1. 4
      .github/workflows/pre-commit.yml

4
.github/workflows/pre-commit.yml

@ -42,7 +42,9 @@ jobs:
pyproject.toml
uv.lock
- name: Install Dependencies
run: uv pip install -r requirements.txt
run: |
uv venv
uv pip install -r requirements.txt
- name: Run pre-commit
id: precommit
run: |

Loading…
Cancel
Save