Skip to content

Commit

Permalink
revert uv-cache-hit
Browse files Browse the repository at this point in the history
  • Loading branch information
pollenjp committed Nov 30, 2024
1 parent c897c56 commit db2faa9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,6 @@ jobs:
uses: ./
- run: uv sync
working-directory: __tests__/fixtures/uv-project
test-default-version-cache: # https://github.com/astral-sh/setup-uv/issues/171
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-14]
steps:
- uses: actions/checkout@v4
- name: Install latest version
uses: ./
- name: Re-run setup-uv
id: re-setup-uv
uses: ./
- name: Verify uv cache hit
run: |
if [ "$UV_CACHE_HIT" != "true" ]; then
exit 1
fi
env:
UV_CACHE_HIT: ${{ steps.re-setup-uv.outputs.uv-cache-hit }}
test-specific-version:
runs-on: ubuntu-latest
strategy:
Expand Down
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ inputs:
outputs:
uv-version:
description: "The installed uv version. Useful when using latest."
uv-cache-hit:
description: "A boolean value to indicate a cache entry for uv was found"
cache-hit:
description: "A boolean value to indicate a cache entry was found"
runs:
Expand Down

0 comments on commit db2faa9

Please sign in to comment.