Skip to content

Commit

Permalink
uv clean cache (#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Dec 25, 2024
1 parent 6e06746 commit f24daa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Install optional dependencies
run: |
uv cache clean
uv pip install --find-links https://girder.github.io/large_image_wheels GDAL pyproj
uv pip install -r pyproject.toml --extra all
- name: Test import
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Install optional dependencies
run: |
uv cache clean
uv pip install --find-links https://girder.github.io/large_image_wheels GDAL pyproj
uv pip install -r pyproject.toml --extra all
- name: Test import
Expand Down

0 comments on commit f24daa8

Please sign in to comment.