Skip to content

Commit

Permalink
Merge pull request #7 from int-brain-lab/develop
Browse files Browse the repository at this point in the history
fix documentation
  • Loading branch information
bimac authored Jan 17, 2025
2 parents d9e8ff7 + 1ff5405 commit 91aba92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
cache: true
python-version: '3.10'
- name: Install dependencies
run: pdm sync -dG doc -dG pyqt5
run: pdm sync -dG doc
- name: Install PyQt5
run: pip install PyQt5
- name: Install GraphViz
run: sudo apt-get install -y graphviz
- name: Sphinx build
Expand Down

0 comments on commit 91aba92

Please sign in to comment.