We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c617b33 commit afb1ce0Copy full SHA for afb1ce0
.github/workflows/python-package-conda.yml
@@ -46,6 +46,7 @@ jobs:
46
auto-activate-base: false
47
48
- name: Install optional dependencies
49
+ shell: bash -l {0}
50
run: |
51
if [[ '${{matrix.slycot}}' == 'conda' ]]; then
52
mamba install slycot
@@ -58,6 +59,7 @@ jobs:
58
59
fi
60
61
- name: Test with pytest
62
63
env:
64
PYTHON_CONTROL_ARRAY_AND_MATRIX: ${{ matrix.array-and-matrix }}
65
0 commit comments