mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-15 10:13:15 -05:00
github-actions: also install wheel
There's an error about pip wheel not being available and falling back to some legacy version. Let's see if this helps.
This commit is contained in:
parent
376efcde27
commit
28209bb474
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr
|
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr
|
||||||
- name: Upgrade pip
|
- name: Upgrade pip
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip pipenv sphinx pytest pytest-cov coveralls
|
pip install --upgrade pip pipenv wheel sphinx pytest pytest-cov coveralls
|
||||||
- name: Gather pip requirements
|
- name: Gather pip requirements
|
||||||
run: |
|
run: |
|
||||||
pipenv lock -r > requirements.txt
|
pipenv lock -r > requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user