We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952baaa commit e3d97cfCopy full SHA for e3d97cf
.github/workflows/pdf-tools-app.yml
@@ -26,6 +26,7 @@ jobs:
26
echo "PYTHONIOENCODING=utf-8" >> $GITHUB_ENV
27
- name: Install dependencies
28
run: |
29
+ cd pdf_tools
30
python -m pip install --upgrade pip
31
pip install -r requirements.txt
32
- name: Build target file
0 commit comments