Skip to content

Commit

Permalink
Update action_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 authored Mar 20, 2024
1 parent eb750d9 commit d040e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/action_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Run pytest with coverage
run: |
conda activate my-env
python setup.py develop
pytest --cov=my_package tests/
- name: Upload coverage to Codecov
Expand Down

0 comments on commit d040e31

Please sign in to comment.