Skip to content

Commit

Permalink
minor: fix coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 1, 2023
1 parent a37f0ef commit 70fdaae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codacy-coverage-reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest coverage
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements-dev.txt; fi
pip install coverage
- name: Install pylops
run: |
pip install .
Expand Down

0 comments on commit 70fdaae

Please sign in to comment.