From 6bc9bf60f12f2d6446b8cd74fe5affcd77b717df Mon Sep 17 00:00:00 2001 From: Mattia Mascarello Date: Wed, 24 Aug 2022 01:05:54 +0200 Subject: [PATCH] requirements --- .github/workflows/LaTeXcompile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/LaTeXcompile.yml b/.github/workflows/LaTeXcompile.yml index 50b7439..d8fc402 100644 --- a/.github/workflows/LaTeXcompile.yml +++ b/.github/workflows/LaTeXcompile.yml @@ -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