mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-07 07:58:48 -04:00
modify test-setup-cache-dependency-glob with quote
This commit is contained in:
parent
d70817ce85
commit
a40ed2f1c5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-cache.yml
vendored
4
.github/workflows/test-cache.yml
vendored
|
@ -57,8 +57,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
cache-dependency-glob: |
|
cache-dependency-glob: |
|
||||||
__tests__/fixtures/uv-project/uv.lock
|
"__tests__/fixtures/uv-project/uv.lock"
|
||||||
**/pyproject.toml
|
"**/pyproject.toml"
|
||||||
cache-suffix: ${{ github.run_id }}-${{ github.run_attempt }}
|
cache-suffix: ${{ github.run_id }}-${{ github.run_attempt }}
|
||||||
- run: uv sync
|
- run: uv sync
|
||||||
working-directory: __tests__/fixtures/uv-project
|
working-directory: __tests__/fixtures/uv-project
|
||||||
|
|
Loading…
Add table
Reference in a new issue