Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 21, 2024
1 parent 4450e63 commit 550d54c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ jobs:
- name: Setup Micromamba env
uses: mamba-org/setup-micromamba@v2
with:
environment-name: TEST
environment-name: FOLIUM
init-shell: bash
create-args: >-
python=3
python=3 pip
--file requirements.txt
--file requirements-dev.txt
- name: Install folium from source
run: python -m pip install -e . --no-deps --force-reinstall

- name: Build documentation
run: |
run: >
set -e
pushd docs
make clean html linkcheck
popd
&& pushd docs
&& make clean html linkcheck
&& popd
- name: Update switcher and latest version
if: ${{ github.event_name == 'release' }}
Expand Down

0 comments on commit 550d54c

Please sign in to comment.