Skip to content

Commit

Permalink
ci: bash instead of powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 11, 2024
1 parent 590736e commit 041ec10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
uses: mxschmitt/action-tmate@v3

- name: Run pip wheel
shell: bash
run: pip wheel --no-deps '--config-settings=cmake.args=-G Unix Makefiles' -v .

- name: Install cibuildwheel
Expand Down

0 comments on commit 041ec10

Please sign in to comment.