Skip to content

Commit 2bb6587

Browse files
authored
fix(CI): update python dependencies to python3
1 parent d9c149a commit 2bb6587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Dependencies Ubuntu
1515
run: |
1616
sudo apt-get update
17-
sudo apt install -y python-dev python build-essential graphviz
17+
sudo apt install -y python3-dev python3 build-essential graphviz
1818
sudo pip install ford
1919
2020
- name: Build Developer Documenation

0 commit comments

Comments
 (0)