Skip to content

Commit

Permalink
default bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 21, 2024
1 parent 4f89c07 commit 4450e63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ permissions:
jobs:
run:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}

steps:
- uses: actions/checkout@v4
Expand All @@ -28,17 +31,16 @@ jobs:
uses: mamba-org/setup-micromamba@v2
with:
environment-name: TEST
init-shell: bash
create-args: >-
python=3
--file requirements.txt
--file requirements-dev.txt
- name: Install folium from source
shell: bash -l {0}
run: python -m pip install -e . --no-deps --force-reinstall

- name: Build documentation
shell: bash -l {0}
run: |
set -e
pushd docs
Expand Down

0 comments on commit 4450e63

Please sign in to comment.