Try python3-venv again
This commit is contained in:
parent
abd6209fe1
commit
af600ebdcf
|
@ -19,7 +19,7 @@ jobs:
|
||||||
id: install
|
id: install
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install python3 python3-virtualenv python3-pip -y
|
apt-get install python3 python3-venv python3-pip -y
|
||||||
|
|
||||||
- name: Check Python version
|
- name: Check Python version
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue