aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authoradamjanovsky2022-04-04 18:01:25 +0200
committerGitHub2022-04-04 18:01:25 +0200
commitb0e4e9ed1a25f163dab45980cc5a32bcb0dacee9 (patch)
tree052eb8b6bdae4ac3c9ff1c89a5e469bce8ba01c6 /.github/workflows/lint.yml
parent7df07064bb0deb4deb51d7cf6ad3e9717a4a5edc (diff)
downloadsec-certs-b0e4e9ed1a25f163dab45980cc5a32bcb0dacee9.tar.gz
sec-certs-b0e4e9ed1a25f163dab45980cc5a32bcb0dacee9.tar.zst
sec-certs-b0e4e9ed1a25f163dab45980cc5a32bcb0dacee9.zip
Refactor/pdftotext as library (#183)
- Update Docker Ubuntu to 22.04 - Test pipeline now installs fresh Poppler - Poppler-utils package no longer needed - Paragraph on project dependencies added to CONTRIBUTING.md - Pdftotext is no longer called with subprocess call, but API is leveraged instead
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 0a625f68..d49b7224 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -11,6 +11,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.9'
+ - name: Install external dependencies
+ run: sudo apt-get install build-essential libpoppler-cpp-dev pkg-config python3-dev -y
- name: Install python dependencies
run: pip install -r requirements.txt
- name: Install mypy and types