From e5bba7e9b33281caa679459e74a74aa5a275a162 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 30 Jul 2019 15:56:45 +0200 Subject: [PATCH] Remove duplicate build step --- .build.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.build.yml b/.build.yml index d7427f1..e0f0b3b 100644 --- a/.build.yml +++ b/.build.yml @@ -7,17 +7,6 @@ sources: - https://git.sr.ht/~ihabunek/toot - https://git.sr.ht/~ihabunek/annotatepy tasks: - - deps: | - pip3 install --user --progress-bar off jedi - cd annotatepy - pip3 install --user -e . - - - annotate: | - cd toot - /home/build/.local/bin/annotatepy toot -o annotations.json - cat annotations.json - ../upload-annotations annotations.json ihabunek toot - - annotate: | cd annotatepy python3 setup.py install --user