Skip to content

Commit

Permalink
merge install & test execute
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanssen2 committed May 14, 2024
1 parent 976d183 commit 2f56975
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/sepp_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ jobs:
mamba-version: "*"
python-version: "3.9"
environment-file: ci/environment.yml
- name: install sepp
- name: install sepp & run python tests
run: |
python setup.py config -c
python setup.py install
- name: run python tests
shell: bash -el {0}
run: |
nosetests -w test/unittest --with-doctest --with-coverage
nosetests -w test/unittest
# --with-doctest --with-coverage
- name: convert coverage
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 2f56975

Please sign in to comment.