Skip to content

Commit

Permalink
switch shell again
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Dec 6, 2024
1 parent 3c1efc2 commit 7bf3226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,15 @@ jobs:
# run: |
# echo "${{ runner.temp }}/msys64/mingw64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

- name: Build Python Wheels
- name: Configure Python Build
shell: msys2 {0}
run: |
# run cmake to create pyproject.toml from pyproject.toml.in
cmake -B configure_python --preset=minimal -DKAHYPAR_SETUP_PYTHON=On -DKAHYPAR_TBB_DIR=$TBB_INSTALL_DIR -DKAHYPAR_DISABLE_HWLOC=Off
rm -rf configure_python
- name: Build Python Wheels
shell: msys2 {0}
env:
CIBW_ARCHS_WINDOWS: x86 AMD64
CIBW_BUILD: cp3*-win*
Expand Down

0 comments on commit 7bf3226

Please sign in to comment.