Skip to content

Commit f1b4b98

Browse files
committed
fix: use bash shell for Windows test step
PowerShell doesn't expand dist/*.whl glob, so pip never installs the wheel. Force bash shell for cross-platform glob support.
1 parent 2d3a80d commit f1b4b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
path: dist
9898

9999
- name: Install wheel and test dependencies
100+
shell: bash
100101
run: |
101102
pip install dist/*.whl
102103
pip install pytest pytest-asyncio

0 commit comments

Comments
 (0)