Skip to content

Commit

Permalink
Update lint_and_pytest.yml
Browse files Browse the repository at this point in the history
Adding lint check back
  • Loading branch information
iluvcapra committed Jun 25, 2023
1 parent 834e36f commit ef17577
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 ef17577

Please sign in to comment.