Add bdflib to CI tests

This commit is contained in:
Ryan Jarvis
2021-04-03 17:53:20 -07:00
parent 513728a1d1
commit 8b28824faf

View File

@@ -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