mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-09 15:06:00 +01:00
no need to run commands in pipenv when using --system
This commit is contained in:
parent
bf634eee66
commit
06ee41226d
1 changed files with 4 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue