Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Sep 19, 2023
1 parent 48b2b73 commit 50f7011
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
cache: 'pip'
cache-dependency-path: 'pyproject.toml'
- name: Install dependencies
run: |
pip install -r requirements-dev.txt
pip install --editable .[DEV]
- name: Sphinx build
run: |
sphinx-build docs/source docs/build/html
Expand Down

0 comments on commit 50f7011

Please sign in to comment.