Skip to content

Commit a088fa5

Browse files
added tritium model to CI
1 parent 9531684 commit a088fa5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ jobs:
1616
auto-update-conda: true
1717
environment-file: environment.yml
1818
activate-environment: libra-run-env
19+
20+
- name: Run tritium model
21+
shell: bash -l {0}
22+
working-directory: analysis/tritium
23+
run: jupyter-nbconvert --to notebook tritium_model.ipynb --execute

0 commit comments

Comments
 (0)