Add missing Python dependencies (numpy, pillow)

This commit is contained in:
Eebit 2024-10-05 21:43:58 -04:00 committed by GitHub
parent da8ae1348e
commit 04d701d3cd
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