Skip to content

Commit

Permalink
use pytest instead (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
danlessa authored Dec 15, 2023
1 parent 803c8fb commit 5241edf
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/cadcad-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,4 @@ jobs:
- name: Run tests
run: |
python testing/tests/multi_model_row_count.py
python testing/tests/param_sweep.py
python testing/tests/policy_aggregation.py
python testing/tests/timestep1psub0.py
python testing/tests/runs_not_zero.py
python testing/tests/run1psub0.py
python testing/tests/append_mod_test.py
python testing/tests/cadCAD_exp.py
- name: Run Jupyter test
run: |
python testing/tests/import_cadCAD_test.py
python -m pytest

0 comments on commit 5241edf

Please sign in to comment.