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 e9a5275 commit aa5e06aCopy full SHA for aa5e06a
.github/workflows/test.yml
@@ -47,7 +47,6 @@ jobs:
47
uses: actions/cache@v4
48
with:
49
path: ~/.cache/uv
50
- # Replace 3.11 with ${{ matrix.python-version }} when ready
51
key: ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-uv-${{ hashFiles('**/requirements.txt', '**/requirements-dev.txt') }}
52
53
- name: Install uv
0 commit comments