Skip to content

Commit

Permalink
issue #4: install coverage package
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Dec 2, 2023
1 parent 46c1b5d commit 6abc043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff==0.1.0
pip install ruff==0.1.0 coverage
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with ruff
run: |
Expand Down

0 comments on commit 6abc043

Please sign in to comment.