Fix for error caused by changing system packages from python3 invocation
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -43,8 +43,7 @@ jobs:
|
|||||||
sudo apt-get install python3 -y
|
sudo apt-get install python3 -y
|
||||||
- name: Install Requirements
|
- name: Install Requirements
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
sudo apt-get install python3-virtualenv -y
|
||||||
python3 -m pip install virtualenv
|
|
||||||
python3 -m virtualenv venv
|
python3 -m virtualenv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install pytest-blender
|
pip install pytest-blender
|
||||||
|
|||||||
Reference in New Issue
Block a user