From 8b28824faf0262846981e0a71a7bfb0f1308da7f Mon Sep 17 00:00:00 2001 From: Ryan Jarvis Date: Sat, 3 Apr 2021 17:53:20 -0700 Subject: [PATCH] Add bdflib to CI tests --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ae115de7..bcfff0c0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -54,10 +54,10 @@ jobs: - uses: actions/checkout@v2 - name: Setup - run: sudo apt-get update && sudo apt-get install -y python3 + run: sudo apt-get update && sudo apt-get install -y python3 && pip3 install bdflib - name: Run python tests - run: cd Translations && chmod +x make_translation_test.py && ./make_translation_test.py + run: cd Translations && chmod +x make_translation_test.py && ./make_translation_test.py check_formatting: runs-on: ubuntu-20.04