mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
no need to run commands in pipenv when using --system
This commit is contained in:
parent
bf634eee66
commit
06ee41226d
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -57,11 +57,11 @@ jobs:
|
|||||||
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
|
||||||
pipenv install --system --dev
|
pipenv install --system --dev --ignore-pipfile
|
||||||
cd src/
|
cd src/
|
||||||
pipenv run pytest --cov
|
pytest
|
||||||
pipenv run pycodestyle
|
pycodestyle
|
||||||
pipenv run coveralls
|
coveralls
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
Loading…
x
Reference in New Issue
Block a user