ci/cd Fix test core linux shenanigans with Firefox

This commit is contained in:
Théophile Diot 2023-09-19 15:09:48 +02:00
parent 0d9349611e
commit 761c01af6e
No known key found for this signature in database
GPG Key ID: 248FEA4BAE400D06
1 changed files with 1 additions and 1 deletions

View File

@ -84,6 +84,6 @@ jobs:
- name: Run tests
run: |
cd ./tests/core/${{ inputs.TEST }}
MAKEFLAGS="-j $(nproc)" find . -name "requirements.txt" -exec sudo pip install -r {} \;
sudo -i
MAKEFLAGS="-j $(nproc)" find . -name "requirements.txt" -exec pip install -r {} \;
./test.sh "linux"