Install python3-venv
This commit is contained in:
parent
d0ce43a4fa
commit
debce90240
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue