Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Add dependencies in the ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berteaud committed Sep 16, 2021
1 parent 0969fcc commit d0d79e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -qq --no-install-recommends unpaper tesseract-ocr imagemagick ghostscript optipng
sudo apt-get install -qq --no-install-recommends unpaper tesseract-ocr imagemagick ghostscript optipng libldap2-dev libsasl2-dev
pip install --upgrade pipenv
pipenv install --system --dev --ignore-pipfile
-
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -qq --no-install-recommends gettext liblept5
sudo apt-get install -qq --no-install-recommends gettext liblept5 libldap2-dev libsasl2-dev
pip3 install -r requirements.txt
-
name: Download frontend artifact
Expand Down

0 comments on commit d0d79e1

Please sign in to comment.