Print the env

This commit is contained in:
Mark Schmitt 2021-01-04 15:19:00 +01:00
parent 94083f8f19
commit a8fb681bd5

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}"