Skip to content

Commit 4450e63

Browse files
committed
default bash
1 parent 4f89c07 commit 4450e63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ permissions:
1717
jobs:
1818
run:
1919
runs-on: ubuntu-latest
20+
defaults:
21+
run:
22+
shell: bash -l {0}
2023

2124
steps:
2225
- uses: actions/checkout@v4
@@ -28,17 +31,16 @@ jobs:
2831
uses: mamba-org/setup-micromamba@v2
2932
with:
3033
environment-name: TEST
34+
init-shell: bash
3135
create-args: >-
3236
python=3
3337
--file requirements.txt
3438
--file requirements-dev.txt
3539
3640
- name: Install folium from source
37-
shell: bash -l {0}
3841
run: python -m pip install -e . --no-deps --force-reinstall
3942

4043
- name: Build documentation
41-
shell: bash -l {0}
4244
run: |
4345
set -e
4446
pushd docs

0 commit comments

Comments
 (0)