mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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 install -qq libpoppler-cpp-dev unpaper tesseract-ocr imagemagick ghostscript optipng
|
||||
pip install --upgrade pipenv
|
||||
pipenv install --system --dev
|
||||
pipenv install --system --dev --ignore-pipfile
|
||||
cd src/
|
||||
pipenv run pytest --cov
|
||||
pipenv run pycodestyle
|
||||
pipenv run coveralls
|
||||
pytest
|
||||
pycodestyle
|
||||
coveralls
|
||||
|
||||
frontend:
|
||||
runs-on: ubuntu-20.04
|
||||
|
Loading…
x
Reference in New Issue
Block a user