Fix for error caused by changing system packages from python3 invocation

This commit is contained in:
Colin Basnett
2026-03-31 02:39:00 -07:00
parent d5386cd870
commit 3bb9e7d178

View File

@@ -43,8 +43,7 @@ jobs:
sudo apt-get install python3 -y
- name: Install Requirements
run: |
python3 -m pip install --upgrade pip
python3 -m pip install virtualenv
sudo apt-get install python3-virtualenv -y
python3 -m virtualenv venv
source venv/bin/activate
pip install pytest-blender