Remove debugging line and specify release versions

This commit is contained in:
Mark Schmitt 2021-01-06 23:06:40 +01:00
parent 44da3fd195
commit 9257cdac8f

View File

@ -11,9 +11,9 @@ jobs:
matrix:
os: [ubuntu-20.04]
python:
- 3.6.8
- 3.7.5
- 3.8.2
- 3.6
- 3.7
- 3.8
steps:
- uses: actions/checkout@v2
- name: Install python version
@ -25,7 +25,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Selected python version from matrix is: ${MATRIX_PYTHON_VERSION}"
sudo apt-get update -qq
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr imagemagick ghostscript optipng
pip install --upgrade pipenv