Skip to content

Commit

Permalink
fix: Missed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomHare committed May 16, 2024
1 parent e9a5275 commit aa5e06a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.cache/uv
# Replace 3.11 with ${{ matrix.python-version }} when ready
key: ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-uv-${{ hashFiles('**/requirements.txt', '**/requirements-dev.txt') }}

- name: Install uv
Expand Down

0 comments on commit aa5e06a

Please sign in to comment.