diff options
| author | Adam Janovsky | 2022-04-26 08:22:56 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2022-04-26 08:22:56 +0200 |
| commit | c1fc65a26861d30cba7cccf3f1900a5b31ca237e (patch) | |
| tree | 6b59142162c529245454581fdcc0b304b213216c | |
| parent | 2ada5810445ff7122c585752c8d01e712a395394 (diff) | |
| download | sec-certs-c1fc65a26861d30cba7cccf3f1900a5b31ca237e.tar.gz sec-certs-c1fc65a26861d30cba7cccf3f1900a5b31ca237e.tar.zst sec-certs-c1fc65a26861d30cba7cccf3f1900a5b31ca237e.zip | |
install poppler before docs
| -rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 056153c8..7a0c01c9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,6 +10,8 @@ jobs: - uses: actions/setup-python@v2 with: python-version: 3.8 + - name: Install external dependencies + run: sudo apt-get install build-essential libpoppler-cpp-dev pkg-config python3-dev -y - name: Install sec-certs and deps run: | pip install -r requirements/requirements.txt |
