Remove sudo from workflow jobs. Bad move!
This commit is contained in:
parent
251b4032d7
commit
522a29a69f
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
apt update
|
||||||
sudo apt install -y python3 python3-pip
|
apt install -y python3 python3-pip
|
||||||
pip3 install matplotlib pandas
|
pip3 install matplotlib pandas
|
||||||
|
|
||||||
- name: Generate power graph
|
- name: Generate power graph
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue