Skip to content

Commit

Permalink
add somatic-validation to github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Nov 7, 2022
1 parent b559044 commit 8d43a1d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,23 @@ jobs:
nrnivmodl mechanisms
pytest -sx tests
somatic-validation:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: "3.9"

name: Test somatic validation
run: |
pip install -r test-requirements.txt
cd somatic_validation
pip install -r requirements
pytest -sx tests
code-style:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ model_management/mm_run_minimal/tests/tmp
model_management/mm_run_minimal/tests/output
model_management/mm_run_minimal/tests/output_select
somatic_validation/L5PC
somatic_validation/test_L5PC
*.DS_Store

0 comments on commit 8d43a1d

Please sign in to comment.