Skip confirmation prompt for installing python3-virtualenv

This commit is contained in:
Elijah 2024-01-12 09:53:16 +01:00
parent 25456af2e0
commit 54c4643739
1 changed files with 1 additions and 1 deletions

View File

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