mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-15 11:05:28 +00:00
Fix yaml
This commit is contained in:
@@ -18,7 +18,8 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Tests
|
||||
env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr imagemagick ghostscript optipng
|
||||
|
||||
Reference in New Issue
Block a user