1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-23 06:25:26 +00:00

Remove sr.ht build

Love sr.ht, but Github actions have multiple python versions.
This commit is contained in:
Ivan Habunek 2022-12-02 09:25:31 +01:00
parent a5d2533297
commit 66f1883b3c

View File

@ -1,18 +0,0 @@
image: debian/bookworm
packages:
- python3-venv
sources:
- https://github.com/ihabunek/toot
tasks:
- test: |
cd toot
python3 -m venv venv
. ./venv/bin/activate
pip install -e .
pip install pytest
pip install psycopg2-binary
pytest
triggers:
- action: email
condition: failure
to: ivan@habunek.com