Skip to content

Commit 4689723

Browse files
committed
Use python 3.10 in CI
1 parent 90b5c62 commit 4689723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
name: dist
9292
- if: matrix.name == 'x86_64-windows'
9393
run: |
94-
uv venv
94+
uv venv --python 3.10
9595
.venv\Scripts\activate
9696
uv pip install pytest
9797
$files = Get-ChildItem "sdf-*-py3-none-any.whl"
@@ -101,7 +101,7 @@ jobs:
101101
uv run pytest
102102
- if: matrix.name != 'x86_64-windows'
103103
run: |
104-
uv venv
104+
uv venv --python 3.10
105105
source .venv/bin/activate
106106
uv pip install pytest
107107
uv pip install sdf-*-py3-none-any.whl

0 commit comments

Comments
 (0)