Skip to content

Commit

Permalink
github actions python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Jun 25, 2024
1 parent 6bc48c3 commit c5c5f3e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ jobs:
- name: Install system dependencies
run: |
apt-get update && apt-get install -y --no-install-recommends \
libpoppler-cpp-dev
# build-essential \
# wget \
# cmake \
# libboost-dev \
# libmagickwand-dev \
# libgl1-mesa-glx \
libpoppler-cpp-dev \
&& rm -rf /var/lib/apt/lists/*
- name: Install python dependencies
Expand Down

0 comments on commit c5c5f3e

Please sign in to comment.