This commit is contained in:
parent
92899c8438
commit
cb22a368c5
@ -15,6 +15,6 @@ jobs:
|
|||||||
- run: apt update
|
- run: apt update
|
||||||
- run: apt install python3 python3-pip python3-venv -y
|
- run: apt install python3 python3-pip python3-venv -y
|
||||||
- run: python3 -m pip install -r requirements.txt
|
- run: python3 -m pip install -r requirements.txt
|
||||||
- run: "Check if starts correcly. Syntax check."
|
- run: echo "Check if starts correcly. Syntax check."
|
||||||
- run: ./pdf2text .
|
- run: ./pdf2text .
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
|
Loading…
Reference in New Issue
Block a user