Update ci.yaml

This commit is contained in:
Alejandro Asenjo Nitti 2023-10-16 17:34:35 -03:00 committed by GitHub
parent bc14ecbb17
commit 6d9c9ea68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install package requirements
run: sudo apt-get install -y git make git build-essential binutils-mips-linux-gnu python3 python3-pip libpng-dev
run: sudo apt-get install -y git make git build-essential binutils-mips-linux-gnu python3 python3-pip
- name: Install Python dependencies
run: python3 -m pip install -r ./tools/requirements-python.txt