Skip to content

Commit

Permalink
Add poppler prereq steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Oct 9, 2024
1 parent ad0f9c4 commit 2242edd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest_ords.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
channels: conda-forge,defaults
python-version: ${{ matrix.python-version }}
miniconda-version: "latest"
- name: Update apt-get
run: "sudo apt-get update"
- name: Install Poppler Reqs
run: "sudo apt install build-essential libpoppler-cpp-dev pkg-config"
- name: Install dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 2242edd

Please sign in to comment.