mirror of https://github.com/CIRCL/lookyloo
chg: Force install numpy with pip as poetry fails
parent
28cf1ef6e0
commit
3d0b42ded8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue