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.
pyproject-file
setup-uv
1 parent 2dacbb0 commit abd270dCopy full SHA for abd270d
.github/workflows/lint.yml
@@ -28,7 +28,6 @@ jobs:
28
uses: astral-sh/setup-uv@v6
29
with:
30
enable-cache: true
31
- pyproject-file: pyproject.toml
32
33
- uses: actions/cache@v4
34
.github/workflows/test.yml
@@ -38,7 +38,6 @@ jobs:
38
39
40
41
42
43
- id: set-matrix
44
run: |
@@ -58,7 +57,6 @@ jobs:
58
57
59
60
61
62
63
- name: Run tests
64
0 commit comments