Install python3-venv

This commit is contained in:
Elijah 2024-01-12 09:49:08 +01:00
parent d0ce43a4fa
commit debce90240
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ jobs:
run: |
python3 -c "print('Python is installed')"
- name: Install python3-venv
run: |
apt-get install python3-venv
- name: Create virtual environment
run: |
python3 -m venv venv