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