add yaml for gitea actions
Some checks failed
Z-py Gitea Actions / setup-environment (push) Failing after 1s
Z-py Gitea Actions / run-tests (push) Failing after 1s

This commit is contained in:
Tyler Starr 2024-09-09 15:07:33 -07:00
parent 5424bc3434
commit 0a3827cc8b

View File

@ -0,0 +1,15 @@
name: Z-py Gitea Actions
run-name: ${{ gitea.actor }} for z-py
on: [push]
jobs:
setup-environment:
runs-on: native
steps:
- run: nix-shell
- run: pip install -r requirements.txt
- run: pip install .
run-tests:
runs-on: native
steps:
- run: pytest