Skip to content

Commit d5b07c7

Browse files
committed
download sphinx with apt-get
added sudo command
1 parent f03ac68 commit d5b07c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install requirements
1919
run: |
2020
conda install -n build -c conda-forge --file requirements/docs.txt --quiet --yes
21-
apt-get install python3-sphinx
21+
sudo apt-get install python3-sphinx
2222
2323
- name: Install the package
2424
run: python -m pip install .

0 commit comments

Comments
 (0)