diff options
| author | Adam Janovsky | 2023-02-04 09:23:45 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2023-02-04 09:23:45 +0100 |
| commit | b310fd47f7bacde5bda0948d5fc004022d7462ab (patch) | |
| tree | 78ba49215a51c6fd3d6a3dcee00be511ecea7a69 | |
| parent | 321559ccb73ccbbe901ca171355a395aef1bc583 (diff) | |
| download | sec-certs-b310fd47f7bacde5bda0948d5fc004022d7462ab.tar.gz sec-certs-b310fd47f7bacde5bda0948d5fc004022d7462ab.tar.zst sec-certs-b310fd47f7bacde5bda0948d5fc004022d7462ab.zip | |
just another random pipeline fix
| -rw-r--r-- | .github/workflows/new_lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/new_lint.yml b/.github/workflows/new_lint.yml index 8b3c378e..d93d30ba 100644 --- a/.github/workflows/new_lint.yml +++ b/.github/workflows/new_lint.yml @@ -12,7 +12,7 @@ jobs: python-version: "3.8" - name: Install dependencies run: | - run: sudo apt-get install build-essential libpoppler-cpp-dev pkg-config python3-dev -y + 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 |
