Skip to content

Commit

Permalink
fix(indent): improper indent in test workflow for install deps step
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarlow12 committed Sep 25, 2024
1 parent 262f7fa commit cbcdaac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/opgee-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
python-version: 3.9
use-only-tar-bz2: true
- run: |
python -m pip install .
pip install pytest-cov codecov coveralls PyYAML
python -m pip install .
pip install pytest-cov codecov coveralls PyYAML
- name: Run unit tests with coverate
run: coverage run --source=opgee -m pytest
- name: Code coverage report
Expand Down

0 comments on commit cbcdaac

Please sign in to comment.