Skip to content

Commit 9b31b96

Browse files
committed
ci: 🎡 add venv setup
1 parent b31cbfb commit 9b31b96

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.11"
19+
python-version: "3.13"
2020

2121
- name: Set up uv
2222
uses: astral-sh/setup-uv@v1
2323

24+
- name: Create virtual environment
25+
run: uv venv -p 3.13
26+
2427
- name: Install dependencies
2528
run: uv pip install .[dev]
2629

0 commit comments

Comments
 (0)