Skip to content

Commit

Permalink
CI: Specify that doc builds need extras
Browse files Browse the repository at this point in the history
While we were already using the right dependencies, this didn't do any
of the extra steps (e.g. downloading maps).
  • Loading branch information
dopplershift committed Nov 1, 2023
1 parent 36cfffe commit e9ce6a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
with:
type: 'doc'
python-version: ${{ matrix.python-version }}
need-extras: true

- name: Build docs
id: build-docs
Expand Down

0 comments on commit e9ce6a3

Please sign in to comment.