Skip to content

Commit

Permalink
chg: Add magic in the deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 23, 2024
1 parent 085f68a commit 3b7965c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/instance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install system deps
run: |
sudo apt install libfuzzy-dev
sudo apt install libfuzzy-dev libmagic1
# playwright required deps.
# sudo apt install libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libxkbcommon0 libxdamage1 libgbm1 libpango-1.0-0 libcairo2 libatspi2.0-0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt install libfuzzy-dev
sudo apt install libfuzzy-dev libmagic1
poetry install
echo LOOKYLOO_HOME="`pwd`" >> .env
poetry run tools/3rdparty.py
Expand Down

0 comments on commit 3b7965c

Please sign in to comment.