We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c82ed0 commit e743804Copy full SHA for e743804
1 file changed
.github/workflows/tests.yml
@@ -13,9 +13,6 @@ jobs:
13
- uses: actions/setup-python@v5
14
with:
15
python-version: 3.13
16
- - uses: astral-sh/setup-uv@v5
17
- with:
18
- version: "0.8.17"
19
- run: pip install -U locust ruff pyright
20
- run: ruff check
21
- run: ruff format --check
0 commit comments