Print the env

This commit is contained in:
Mark Schmitt 2021-01-04 15:19:00 +01:00
parent 7e99d7515f
commit b41dd2780e

View File

@ -19,6 +19,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Tests
run: |
env
sudo apt-get update -qq
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr imagemagick ghostscript optipng
echo "Replacing python version with ${matrix.python-version}"