From 1b7d7509a90d889217da0f9ebe3b02ff7476441a Mon Sep 17 00:00:00 2001 From: JTC2000Official Date: Fri, 24 Nov 2023 23:45:13 +0100 Subject: [PATCH] deprecated pipeline job fix --- .github/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8b3e387..0c3cffd 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -26,6 +26,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 + - run: sudo apt-get update - run: sudo apt-get install poppler-utils - run: pip install -r requirements.txt - run: "python3 -m unittest discover -s src -p 'test_*.py'"