Skip to content

Commit a589079

Browse files
committed
chore: install uv manually
1 parent 827ee13 commit a589079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
- uses: actions/setup-python@v5
2727
with:
2828
python-version: 3.9
29-
- uses: yezz123/setup-uv@v4
3029
- name: Install Dependencies and library
3130
shell: bash
3231
run: |
3332
set -ux
33+
python -m pip install uv
3434
uv pip install --system -e ".[lint]"
3535
3636
- name: Run ruff

0 commit comments

Comments
 (0)