Getting tests to work

This commit is contained in:
Cyber MacGeddon 2025-07-23 17:00:50 +01:00
parent 4dd66d5462
commit fb34288f28

View file

@ -29,7 +29,7 @@ jobs:
run: | run: |
python -m ensurepip --upgrade python -m ensurepip --upgrade
# apt install -y make # apt install -y make
' python --version python --version
python -m venv env python -m venv env
. env/bin/activate . env/bin/activate
pip install build wheel pip install build wheel