Try installing virtualenv correctly
This commit is contained in:
parent
debce90240
commit
25456af2e0
|
@ -21,7 +21,7 @@ jobs:
|
|||
|
||||
- name: Install python3-venv
|
||||
run: |
|
||||
apt-get install python3-venv
|
||||
apt-get update && apt-get install python3-virtualenv
|
||||
|
||||
- name: Create virtual environment
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue