Skip to content

Add new guide on netCDF file format #5

Add new guide on netCDF file format

Add new guide on netCDF file format #5

Workflow file for this run

name: Dependency Check
on:
pull_request:
types: [opened, synchronize, edited]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.9', '3.10', '3.11']
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: Gr1N/setup-poetry@v8
- name: Install dependencies and app
run: |
poetry install