fix(cicd): added venv to cicd
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- name: Install Python
|
||||
run: |
|
||||
apt-get update && apt-get install -y python3 python3-pip
|
||||
apt-get update && apt-get install -y python3 python3-pip python3-venv
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user