Skip to content

Commit

Permalink
Update build-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spestana authored Sep 24, 2024
1 parent 09a0f32 commit d38cfef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
sudo apt-get install gdal-bin libgdal-dev
pip install GDAL==`gdal-config --version`
- name: Install dependencies
- name: Install dependencies and goes-ortho
run: |
python -m pip install --upgrade pip
pip install -e .[doc]
pip install goes-ortho[doc]
- name: Build Sphinx documentation
run: |
Expand Down

0 comments on commit d38cfef

Please sign in to comment.