Skip to content

Commit

Permalink
fixup! Separate docs_build
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Sep 30, 2024
1 parent 4b9227f commit 55906b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
with:
python-version: '3.11'

- name: Install dependencies
- name: Install dependencies and neurodamus
run: |
python -m pip install --upgrade pip
pip install -r requirements_docs.txt
pip install -e .
- name: Build documentation
run: sphinx-build -T -W docs docs/_build

0 comments on commit 55906b5

Please sign in to comment.