mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-02-22 16:45:21 +08:00
python-version: "3.13"
This commit is contained in:
parent
451c40c4e1
commit
5a0f676ea8
4
.github/workflows/test-windows.yml
vendored
4
.github/workflows/test-windows.yml
vendored
@ -12,8 +12,6 @@ concurrency:
|
||||
jobs:
|
||||
test-default-version:
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
UV_SYSTEM_PYTHON: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Should not be on path
|
||||
@ -25,5 +23,7 @@ jobs:
|
||||
}
|
||||
- name: Setup uv
|
||||
uses: ./
|
||||
with:
|
||||
python-version: "3.13"
|
||||
- run: ls
|
||||
- run: uv pip install -r __tests__/fixtures/requirements-txt-project/requirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user