Skip to content

Commit

Permalink
Github CI: apt install added
Browse files Browse the repository at this point in the history
  • Loading branch information
vova5703945 committed Feb 16, 2024
1 parent 92340f2 commit cc70cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install dependencies
run: |
pip install python3-dev pandoc python3-psutil sphinx matplotlib ipywidgets nbsphinx pylatexenc sphinx-pdj-theme myst_parser
apt -y install gcc python3-dev pandoc python3-psutil && pip install sphinx matplotlib ipywidgets nbsphinx pylatexenc sphinx-pdj-theme myst_parser
- name: Sphinx build
run: |
Expand Down

0 comments on commit cc70cfc

Please sign in to comment.