Skip to content

Commit

Permalink
ci: install server extras in docs job
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Sep 26, 2024
1 parent ae45141 commit 54d91d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
wget https://github.com/jgm/pandoc/releases/download/3.3/pandoc-3.3-1-amd64.deb
sudo dpkg -i pandoc-3.3-1-amd64.deb
- name: Install apt dependencies
- name: Install dependencies
run: |
poetry install -E browser
poetry install -E browser -E server
- name: Build docs
run: make docs
Expand Down

0 comments on commit 54d91d7

Please sign in to comment.