ci: remove sudo from apt-get as container runs as root
Some checks failed
Deploy Documentation / build-and-deploy (push) Failing after 1m6s
Some checks failed
Deploy Documentation / build-and-deploy (push) Failing after 1m6s
This commit is contained in:
parent
0a26e771c2
commit
783f641896
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ jobs:
|
|||
|
||||
- name: Install Python & Graphviz
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3 python3-pip python3-venv graphviz
|
||||
apt-get update
|
||||
apt-get install -y python3 python3-pip python3-venv graphviz
|
||||
|
||||
- name: Install Python Requirements & Compile Docs
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue