aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/new_lint.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/new_lint.yml b/.github/workflows/new_lint.yml
index bf9232eb..8b3c378e 100644
--- a/.github/workflows/new_lint.yml
+++ b/.github/workflows/new_lint.yml
@@ -11,7 +11,9 @@ jobs:
with:
python-version: "3.8"
- name: Install dependencies
- run: pip install -r requirements/dev_requirements.txt
+ run: |
+ run: sudo apt-get install build-essential libpoppler-cpp-dev pkg-config python3-dev -y
+ pip install -r requirements/dev_requirements.txt
- name: Run Black
run: black . --check --target-version py38
ruff: