Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-17 20:43:19 -07:00
parent 8cc758ad73
commit 61bc3904b3

View File

@@ -20,10 +20,5 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"
- name: Install tox
run: pip install tox
- name: Run unit tests
run: |
cd backend
tox -e unit
- name: Install numpy
run: pip install numpy