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 pyproject.toml
uv.lock uv.lock
- name: Install Dependencies - name: Install Dependencies
run: uv pip install -r requirements.txt run: |
uv venv
uv pip install -r requirements.txt
- name: Run pre-commit - name: Run pre-commit
id: precommit id: precommit
run: | run: |

Loading…
Cancel
Save