removed sudo commands

This commit is contained in:
Elijah 2024-02-29 18:58:33 +01:00
parent 3ff4abd0f7
commit 34cb23363e
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ jobs:
- name: Install python3-venv (if not already installed)
run: |
sudo apt-get update
sudo apt-get install python3 python3-venv python3-pip -y
apt-get update
apt-get install python3 python3-venv python3-pip -y
- name: Setup Python environment
run: |