Update instance_test.yml

pull/206/head
Raphaël Vinot 2021-05-21 16:00:09 -07:00 committed by GitHub
parent 554f387800
commit bc4e775160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ jobs:
make
cd ..
- name: Install system deps
run: |
sudo apt install libfuzzy-dev
python -m pip install --upgrade pip poetry
- name: Install & run lookyloo
run: |
poetry install