Merge pull request #677 from Eebit/fix-ci
Some checks are pending
Build CI / build (push) Waiting to run

Fix CI - Add missing Python dependencies
This commit is contained in:
Revo 2024-10-05 22:13:03 -04:00 committed by GitHub
commit c545425c97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ jobs:
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential binutils-arm-none-eabi libpng-dev && python -m pip install ttp
run: sudo apt-get update && sudo apt-get install -y build-essential binutils-arm-none-eabi libpng-dev && python -m pip install ttp numpy pillow
- uses: actions/checkout@v3