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: with:
python-version: "${{ matrix.python-version }}" python-version: "${{ matrix.python-version }}"
- name: Install tox - name: Install numpy
run: pip install tox run: pip install numpy
- name: Run unit tests
run: |
cd backend
tox -e unit