mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Try manually replacing the python-version
This commit is contained in:
parent
c9de592832
commit
7e99d7515f
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue