Skip to content

Commit

Permalink
tweak pip install, add coverage packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarlow12 committed Sep 25, 2024
1 parent 6a62109 commit 262f7fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/opgee-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
environment-file: py3-opgee-linux.yml
python-version: 3.9
use-only-tar-bz2: true
- run: pip install -e .
- run: |
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 262f7fa

Please sign in to comment.