Skip to content

Commit c6093b2

Browse files
author
Dani Sim
committed
specify bash shell.
1 parent 442c877 commit c6093b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
conda config --set always_yes yes --set changeps1 no
6464
conda update -q conda
6565
conda create -n testenv --yes -c conda-forge pip python=${{ matrix.python }} numpy=${{ matrix.numpy }} pandas=${{ matrix.pandas }} scipy=${{ matrix.scipy }} libgfortran=${{ matrix.libgfortran }}
66+
shell: bash
6667

6768

6869
- name: Install dependencies

0 commit comments

Comments
 (0)