Skip to content

Commit

Permalink
cv2 exception extension
Browse files Browse the repository at this point in the history
  • Loading branch information
beardyFace committed Nov 30, 2023
1 parent 27f6f50 commit c4b0558
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 @@ -27,7 +27,7 @@ jobs:
owner: 'UoA-CARES'
repository: 'cares_reinforcement_learning'

- name: Install cloned repository content
- name: Install cares_reinforcement_learning repository content
run: |
cd cares_reinforcement_learning
pip install -r requirements.txt
Expand All @@ -40,4 +40,4 @@ jobs:
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py') --disable=logging-fstring-interpolation
pylint $(git ls-files '*.py') --disable=logging-fstring-interpolation --extension-pkg-whitelist=cv2

0 comments on commit c4b0558

Please sign in to comment.