Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
avoid linting for now
  • Loading branch information
kiryteo authored Jul 14, 2024
1 parent 3530725 commit 3189330
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint with flake8
run: |
pip install flake8
flake8 .
- name: Run tests
run: |
pip install pytest
pytest
pytest

0 comments on commit 3189330

Please sign in to comment.