mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-16 19:11:11 +00:00
committed by
GitHub
parent
e3017a763c
commit
856099c958
13
.github/workflows/test-cache.yml
vendored
13
.github/workflows/test-cache.yml
vendored
@ -214,3 +214,16 @@ jobs:
|
||||
- name: Remove cache dependency glob file
|
||||
run: rm -f ~/uv-cache.glob
|
||||
shell: bash
|
||||
|
||||
test-no-python-version:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Fake pyproject.toml at root
|
||||
run: cp __tests__/fixtures/old-python-constraint-project/pyproject.toml pyproject.toml
|
||||
- name: Setup with cache
|
||||
uses: ./
|
||||
with:
|
||||
enable-cache: true
|
||||
- run: uv sync
|
||||
working-directory: __tests__/fixtures/old-python-constraint-project
|
||||
|
Reference in New Issue
Block a user