Getting tests to work

This commit is contained in:
Cyber MacGeddon 2025-07-23 17:10:44 +01:00
parent fb34288f28
commit f636c1ef70

View file

@ -28,7 +28,6 @@ jobs:
- name: Setup environment
run: |
python -m ensurepip --upgrade
# apt install -y make
python --version
python -m venv env
. env/bin/activate