We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f89c07 commit 4450e63Copy full SHA for 4450e63
.github/workflows/deploy-docs.yml
@@ -17,6 +17,9 @@ permissions:
17
jobs:
18
run:
19
runs-on: ubuntu-latest
20
+ defaults:
21
+ run:
22
+ shell: bash -l {0}
23
24
steps:
25
- uses: actions/checkout@v4
@@ -28,17 +31,16 @@ jobs:
28
31
uses: mamba-org/setup-micromamba@v2
29
32
with:
30
33
environment-name: TEST
34
+ init-shell: bash
35
create-args: >-
36
python=3
37
--file requirements.txt
38
--file requirements-dev.txt
39
40
- name: Install folium from source
- shell: bash -l {0}
41
run: python -m pip install -e . --no-deps --force-reinstall
42
43
- name: Build documentation
44
run: |
45
set -e
46
pushd docs
0 commit comments