Skip to content

Commit

Permalink
More install updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Oct 9, 2024
1 parent 179f303 commit 781baef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest_ords.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get update
sudo apt-get install build-essential libpoppler-cpp-dev pkg-config python-dev
sudo apt-get install libpoppler-cpp-dev pkg-config
elif [ "$RUNNER_OS" == "macOS" ]; then
sudo yum install gcc-c++ pkgconfig poppler-cpp-devel python-devel redhat-rpm-config
brew install cmake pkg-config poppler
fi
shell: bash
- name: Install dependencies
Expand Down

0 comments on commit 781baef

Please sign in to comment.