Skip to content

Commit 56b960a

Browse files
committed
update
1 parent 872406c commit 56b960a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/building.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Building Wheels
22

33
on: [workflow_dispatch]
44

5+
56
defaults:
6-
shell: bash
7+
run:
8+
shell: bash
79

810
jobs:
911

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
pull_request:
88

99
defaults:
10-
shell: bash
10+
run:
11+
shell: bash
1112

1213
jobs:
1314

0 commit comments

Comments
 (0)