Skip to content

Update README.md

Update README.md #8

Workflow file for this run

name: generate-nc
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt install netcdf-bin
- name: Generate netcdf files, fail on errors and report
run: |
python3 -m scripts.makeNCfiles