Skip to content

Commit

Permalink
omit coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlos-p committed Feb 12, 2021
1 parent 4224331 commit 0664bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt --no-cache-dir
pip install -U pytest
pip install flake8 black mypy coverage isort
pip install flake8 black mypy isort
- name: Run tests
timeout-minutes: 15
run: python -m pytest tests/
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -U pytest
pip install flake8 black mypy coverage isort
pip install flake8 black mypy isort
- name: Run tests
timeout-minutes: 15
run: python -m pytest tests/
Expand Down

0 comments on commit 0664bad

Please sign in to comment.