Skip to content
Snippets Groups Projects
Commit 31dee1f7 authored by James Briggs's avatar James Briggs
Browse files

fix: drop python cache

parent deded652
No related branches found
No related tags found
No related merge requests found
...@@ -21,13 +21,6 @@ jobs: ...@@ -21,13 +21,6 @@ jobs:
- "3.11" - "3.11"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Cache uv
uses: actions/cache@v4
with:
path: ~/.uv
key: ${{ runner.os }}-uv-${{ hashFiles('**/uv.lock') }}
restore-keys: |
${{ runner.os }}-uv-
- name: Install uv - name: Install uv
run: | run: |
curl -LsSf https://astral.sh/uv/install.sh | sh curl -LsSf https://astral.sh/uv/install.sh | sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment