Skip to content

Commit d1719cc

Browse files
committed
try windows
1 parent b3d5fea commit d1719cc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Python
5757
uses: actions/setup-python@v6
5858
with:
59-
python-version: 3.12
59+
python-version-file: "pyproject.toml"
6060

6161
- name: Create virtual environment
6262
run: |
@@ -87,6 +87,9 @@ jobs:
8787

8888
- name: Set up Python
8989
uses: actions/setup-python@v6
90+
with:
91+
python-version-file: "pyproject.toml"
92+
9093

9194
- name: Install uv
9295
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)