Skip to content

Commit da8a623

Browse files
committed
Try fixing Windows depend script
1 parent ef2942c commit da8a623

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheels-windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
- uses: actions/setup-python@v4
3838
with:
3939
python-version: ${{ matrix.python }}
40+
- name: Set Numpy version
41+
run: |
42+
$np_dep = python .\get_numpy_version.py
43+
echo "BUILD_DEPENDS=$np_dep" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
4044
- name: Build Wheel
4145
run: .github/workflows/build.ps1
4246
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)