mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-05 23:25:19 -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:
|
||||
enable-cache: true
|
||||
cache-dependency-glob: |
|
||||
__tests__/fixtures/uv-project/uv.lock
|
||||
**/pyproject.toml
|
||||
"__tests__/fixtures/uv-project/uv.lock"
|
||||
"**/pyproject.toml"
|
||||
cache-suffix: ${{ github.run_id }}-${{ github.run_attempt }}
|
||||
- run: uv sync
|
||||
working-directory: __tests__/fixtures/uv-project
|
||||
|
|
Loading…
Add table
Reference in a new issue