We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872406c commit 56b960aCopy full SHA for 56b960a
.github/workflows/building.yml
@@ -2,8 +2,10 @@ name: Building Wheels
2
3
on: [workflow_dispatch]
4
5
+
6
defaults:
- shell: bash
7
+ run:
8
+ shell: bash
9
10
jobs:
11
.github/workflows/testing.yml
@@ -7,7 +7,8 @@ on:
pull_request:
12
13
14
0 commit comments