We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b5c62 commit 4689723Copy full SHA for 4689723
1 file changed
.github/workflows/build.yml
@@ -91,7 +91,7 @@ jobs:
91
name: dist
92
- if: matrix.name == 'x86_64-windows'
93
run: |
94
- uv venv
+ uv venv --python 3.10
95
.venv\Scripts\activate
96
uv pip install pytest
97
$files = Get-ChildItem "sdf-*-py3-none-any.whl"
@@ -101,7 +101,7 @@ jobs:
101
uv run pytest
102
- if: matrix.name != 'x86_64-windows'
103
104
105
source .venv/bin/activate
106
107
uv pip install sdf-*-py3-none-any.whl
0 commit comments