From 66f1883b3c77a3db4a53d4d13af49d9e24b4dfd6 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Fri, 2 Dec 2022 09:25:31 +0100 Subject: [PATCH] Remove sr.ht build Love sr.ht, but Github actions have multiple python versions. --- .build.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 179e902..0000000 --- a/.build.yml +++ /dev/null @@ -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