We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f804c3a commit d9fb240Copy full SHA for d9fb240
1 file changed
.github/workflows/build_release.yml
@@ -12,6 +12,9 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest, macos-latest, windows-latest]
15
+ defaults:
16
+ run:
17
+ shell: bash
18
steps:
19
- uses: actions/setup-python@v1
20
with:
0 commit comments