Skip to content

Commit e743804

Browse files
committed
dont install UV in github actions if we're not going to use it
1 parent 5c82ed0 commit e743804

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.13
16-
- uses: astral-sh/setup-uv@v5
17-
with:
18-
version: "0.8.17"
1916
- run: pip install -U locust ruff pyright
2017
- run: ruff check
2118
- run: ruff format --check

0 commit comments

Comments
 (0)