Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
micpst committed Sep 17, 2024
1 parent 421759e commit 58bb5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cache/uv
key: ${{ runner.os }}-pip-${{ ${{ hashFiles('**/pyproject.toml') }}
key: ${{ runner.os }}-pip-${{ ${{ hashFiles('**/pyproject.toml') }} }}
restore-keys: |
${{ runner.os }}-pip-
Expand Down

0 comments on commit 58bb5b4

Please sign in to comment.