We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d637a94 commit fb904bfCopy full SHA for fb904bf
.github/workflows/Lint-and-test.yml
@@ -16,6 +16,7 @@ jobs:
16
- uses: astral-sh/setup-uv@v6
17
with:
18
python-version: ${{ matrix.version }}
19
+ enable-cache: false
20
- name: install requirements
21
run: pip install -e .[dev]
22
- name: run unit tests
0 commit comments