Add .gitea/workflows/*.yaml
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user