requirements

This commit is contained in:
Mattia Mascarello 2022-08-24 01:05:54 +02:00 committed by GitHub
parent 178dec7f01
commit 6bc9bf60f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- run: pip install PyPDF3
- run: pip install -r requirements.txt
- run: python build_paged.py
- name: Update README
uses: nanasess/setup-php@master