We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53eb90 commit 2f67cf1Copy full SHA for 2f67cf1
.github/workflows/lint-test.yml
@@ -36,6 +36,7 @@ jobs:
36
uses: astral-sh/setup-uv@v6
37
with:
38
python-version: '3.10'
39
+ enable-cache: true
40
41
- name: install packages
42
run: uv venv && uv pip install -r pyproject.toml --extra testing
@@ -44,7 +45,7 @@ jobs:
44
45
run: uv run ruff check --output-format github ./src ./tests
46
47
- name: format check using ruff
- run: ruff format --check ./src ./tests
48
+ run: uv run ruff format --check ./src ./tests
49
50
test:
51
runs-on: ubuntu-22.04 # Provides system Python 3.10
@@ -59,6 +60,7 @@ jobs:
59
60
61
62
63
64
65
66
0 commit comments