Use sudo for apt

This commit is contained in:
Mark Schmitt 2021-01-02 09:08:19 +01:00
parent 8ab251c5f7
commit 41c1b711c2

View File

@ -28,8 +28,8 @@ jobs:
key: ${{ runner.os }}-pip${{ matrix.python-version }}
- name: Update system, install system requirements
run: |
apt-get update -qq
apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr
sudo apt-get update -qq
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr
- name: Upgrade pip, Install dependencies
run: |
pip install --upgrade pip pipenv sphinx