Skip confirmation prompt for installing python3-virtualenv
This commit is contained in:
parent
25456af2e0
commit
54c4643739
|
@ -21,7 +21,7 @@ jobs:
|
|||
|
||||
- name: Install python3-venv
|
||||
run: |
|
||||
apt-get update && apt-get install python3-virtualenv
|
||||
apt-get update && apt-get install python3-virtualenv -y
|
||||
|
||||
- name: Create virtual environment
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue