We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179396f commit 5548a79Copy full SHA for 5548a79
1 file changed
.github/workflows/pythontest.yml
@@ -18,7 +18,6 @@ jobs:
18
uses: actions/setup-python@v4
19
with:
20
python-version-file: ".python-version"
21
- cache: "pip"
22
- name: Install dependencies
23
run: uv sync --locked --all-extras --dev
24
- name: ruff
0 commit comments