Skip to content

Commit b6d7834

Browse files
committed
BLD/CI: Add default bash command
1 parent 34985e0 commit b6d7834

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on: [push, pull_request]
55
jobs:
66
build:
77
runs-on: ${{ matrix.os }}
8+
defaults:
9+
run:
10+
shell: bash -el {0}
811
strategy:
912
matrix:
1013
os: [ubuntu-latest, macos-latest, windows-latest]
@@ -19,7 +22,7 @@ jobs:
1922
activate-environment: numpy-financial-dev
2023
environment-file: environment.yml
2124
auto-activate-base: false
22-
- name: Conda info
25+
- name: Conda metadata
2326
run: |
2427
conda info
2528
conda list

0 commit comments

Comments
 (0)