Skip to content

generate_settings_file sets tracer module logicals #221

generate_settings_file sets tracer module logicals

generate_settings_file sets tracer module logicals #221

Workflow file for this run

name: MARBL CI
on: [push, pull_request]
jobs:
MARBL-Testing:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- 3.9
steps:
- uses: actions/checkout@v3
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Setup python environment
run: |
pip install pyyaml numpy xarray netcdf4
pip install -r docs/py_requirements.txt
- name: Load Environment
run: |
sudo apt-get update
sudo apt install make gfortran netcdf-bin libnetcdf-dev libnetcdff-dev openmpi-bin libopenmpi-dev
- name: Run Test Suite
run: |
cd MARBL_tools
./run_test_suite.sh
- name: Build docs
run: |
cd docs/src
make html