Skip to content

Commit

Permalink
ci: install galatea and dev requirements for docs GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Jan 22, 2025
1 parent 2732db0 commit 447e0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
- name: Install Galatea with dependencies
run: |
pip install sphinx
pip install -r requirements-dev.txt .
- name: Sphinx build
run: |
sphinx-build docs _build
Expand Down

0 comments on commit 447e0a0

Please sign in to comment.