Skip to content

Commit afb1ce0

Browse files
committed
fix conda enviroment shell
1 parent c617b33 commit afb1ce0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package-conda.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
auto-activate-base: false
4747

4848
- name: Install optional dependencies
49+
shell: bash -l {0}
4950
run: |
5051
if [[ '${{matrix.slycot}}' == 'conda' ]]; then
5152
mamba install slycot
@@ -58,6 +59,7 @@ jobs:
5859
fi
5960
6061
- name: Test with pytest
62+
shell: bash -l {0}
6163
env:
6264
PYTHON_CONTROL_ARRAY_AND_MATRIX: ${{ matrix.array-and-matrix }}
6365
run: |

0 commit comments

Comments
 (0)