Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Schulze committed Nov 14, 2023
1 parent dc0ab55 commit 9734747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9734747

Please sign in to comment.