Skip to content

Commit

Permalink
Update lint_and_pytest.yml
Browse files Browse the repository at this point in the history
Removing flake8 again
  • Loading branch information
iluvcapra authored Jun 25, 2023
1 parent ef17577 commit fbcd0e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint_and_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
python -m pip install -e .
- name: Lint with flake8
run: |
flake8 .
# - name: Lint with flake8
# run: |
# flake8 .
- name: Test with pytest
run: |
pytest

0 comments on commit fbcd0e4

Please sign in to comment.