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 9aa7f3e commit 6bc48c3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'

# - name: Install system dependencies
# run: |
# apt-get update && apt-get install -y --no-install-recommends \
- 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 \
# && rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*

- name: Install python dependencies
run: |
Expand Down

0 comments on commit 6bc48c3

Please sign in to comment.