chg: Force install numpy with pip as poetry fails

pull/540/head
Raphaël Vinot 2022-10-24 11:48:22 +02:00
parent 28cf1ef6e0
commit 3d0b42ded8
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ jobs:
echo LOOKYLOO_HOME="'`pwd`'" > .env
cp config/generic.json.sample config/generic.json
cp config/modules.json.sample config/modules.json
poetry run pip install -U numpy
poetry install -vvv
poetry run playwright install
poetry run tools/validate_config_files.py --check

View File

@ -30,6 +30,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt install libfuzzy-dev
poetry run pip install -U numpy
poetry install
echo LOOKYLOO_HOME="`pwd`" >> .env
poetry run tools/3rdparty.py