removed sudo commands
This commit is contained in:
parent
3ff4abd0f7
commit
34cb23363e
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue