Skip to content

Commit

Permalink
Fix lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boldar99 committed Oct 2, 2023
1 parent 61ba2f2 commit a798c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependecies
run:
python -m pip install pyproject-flake8 pylint
python -m pip install ".[test]"
- name: Flake8
continue-on-error: true
run:
Expand Down

0 comments on commit a798c61

Please sign in to comment.