5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-15 11:07:14 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Kevin Stillhammer
5a0f676ea8 python-version: "3.13" 2025-02-09 19:59:55 +01:00
Kevin Stillhammer
451c40c4e1 UV_SYSTEM_PYTHON 2025-02-09 19:56:49 +01:00
Kevin Stillhammer
d45ee42618 uv pip install 2025-02-09 19:54:13 +01:00

View File

@@ -23,5 +23,7 @@ jobs:
}
- name: Setup uv
uses: ./
- run: uv sync
working-directory: __tests__\fixtures\uv-project
with:
python-version: "3.13"
- run: ls
- run: uv pip install -r __tests__/fixtures/requirements-txt-project/requirements.txt