Skip to content

Commit

Permalink
Merge pull request #101 from sbillinge/ci2
Browse files Browse the repository at this point in the history
try again
  • Loading branch information
sbillinge authored Jul 29, 2023
2 parents fb8b6f1 + dfdf16d commit 60b4381
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
auto-activate-base: false

- name: install requirements
shell: bash -l {0}
run: |
conda config --set always_yes yes --set changeps1 no
conda config --add channels conda-forge
Expand All @@ -46,13 +47,15 @@ jobs:
- name: run the tests and check for test coverage
shell: bash -l {0}
run: |
conda activate test
coverage run -m pytest
coverage report -m
codecov
- name: check the code style
shell: bash -l {0}
run: |
conda activate test
flake8
Expand Down

0 comments on commit 60b4381

Please sign in to comment.