mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Try manually replacing the python-version
This commit is contained in:
parent
c9de592832
commit
7e99d7515f
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -21,6 +21,8 @@ jobs:
|
||||
run: |
|
||||
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}"
|
||||
sed -i "s/python_version = \"3.6\"/python_version = \"${matrix.python-version}\"/" Pipfile
|
||||
pip install --upgrade pipenv
|
||||
pipenv install --system --dev
|
||||
cd src/
|
||||
|
Loading…
x
Reference in New Issue
Block a user