Remove sudo from workflow jobs. Bad move!

This commit is contained in:
mrkmntal 2025-11-05 18:19:09 -05:00
commit 522a29a69f

View file

@ -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