Skip to content

Commit ea53587

Browse files
committed
fix workflow
1 parent 1362db4 commit ea53587

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ on:
1111
jobs:
1212
build_wheels:
1313
name: Build wheels on ${{ matrix.os }} - Python ${{ matrix.python-version }}
14-
runs-on: ${{ matrix.os }}
14+
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
1818
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
19-
19+
defaults:
20+
run:
21+
shell: bash
22+
runs-on: ${{ matrix.os }}
2023
steps:
2124

2225
- name: Check out repository

0 commit comments

Comments
 (0)