mirror of
https://github.com/ihabunek/toot
synced 2024-12-28 09:50:18 +01:00
Remove sr.ht build
Love sr.ht, but Github actions have multiple python versions.
This commit is contained in:
parent
a5d2533297
commit
66f1883b3c
18
.build.yml
18
.build.yml
@ -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
|
Loading…
Reference in New Issue
Block a user