From 97347472ec0e1eb6ccf76f9f62925e687da3b807 Mon Sep 17 00:00:00 2001 From: "A. Schulze" Date: Tue, 14 Nov 2023 23:19:58 +0100 Subject: [PATCH] workflow update --- .github/workflows/pylint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 2aa1b57..c1bb70c 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,8 +20,8 @@ jobs: python -m pip install --upgrade pip pip install pylint - name: install requirements - run: - test -f requirements.txt && pip install -r requirements.txt + run: | + test -f requirements.txt && pip install -r requirements.txt || : - name: run pylint shell: sh run: |