added non-natural simulation configuration and output; removed run_co… #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: unit_tests | |
on: [pull_request, push] | |
jobs: | |
simulation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout model repository | |
uses: actions/checkout@v4 | |
- name: setup environment | |
uses: conda-incubator/setup-miniconda@v3 | |
with: | |
environment-file: environment.yml | |
activate-environment: pcrglobwb_ci | |
- name: run tests | |
run: | | |
conda run -n pcrglobwb_ci python test_assert_simulation.py |