Skip to content

Commit

Permalink
Update lint-test-cov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jan 12, 2023
1 parent 95ec942 commit c142bb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-test-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 codecov pytest pytest-flake8 pytest-cov
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
pip install -r requirements-dev.txt
pip install -e .
- name: Lint, testing and coverage with pytest
run: |
pytest

0 comments on commit c142bb5

Please sign in to comment.