Skip to content

Commit 56058f8

Browse files
committed
ci: fix shell version in run-python-tests because of musl tests
1 parent dadea81 commit 56058f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/run-python-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
using: "composite"
99
steps:
1010
- name: Run tests
11-
shell: bash
11+
shell: sh
1212
run: |
1313
WHEEL_PATH=$(ls dist/*.whl)
1414
uv venv

0 commit comments

Comments
 (0)