We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2a1df commit 4466bafCopy full SHA for 4466baf
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ env:
17
18
defaults:
19
run:
20
- shell: micromamba-shell {0}
+ shell: bash -c "exec $CONDA_PREFIX/bin/bash -elo pipefail {0}"
21
22
jobs:
23
test:
@@ -36,7 +36,6 @@ jobs:
36
- name: Configure Python
37
uses: mamba-org/setup-micromamba@v2
38
with:
39
- generate-run-shell: true
40
cache-environment: true
41
post-cleanup: 'all'
42
environment-name: cylc
@@ -122,7 +121,6 @@ jobs:
122
121
123
124
125
126
127
128
0 commit comments