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)
|
- name: Install python3-venv (if not already installed)
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install python3 python3-venv python3-pip -y
|
apt-get install python3 python3-venv python3-pip -y
|
||||||
|
|
||||||
- name: Setup Python environment
|
- name: Setup Python environment
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue