Test build: Create venv

This commit is contained in:
wheremyfoodat 2025-07-30 09:34:22 +03:00
commit bfc7c25f90

View file

@ -18,6 +18,8 @@ jobs:
run: |
apt-get -y install python3 python3-pip p7zip-full libarchive13
python3 --version
python3 -m venv venv
source venv/bin/activate
python3 -m pip install --upgrade pip setuptools
- name: Compile tests