Skip to content

Ios-parser-extra-vocabulary #770

Ios-parser-extra-vocabulary

Ios-parser-extra-vocabulary #770

Workflow file for this run

name: Test ODF to Netcdf conversion
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
architecture: 'x64'
- name: Install Dependencies and Packages
run: |
python -m pip install -e cioos_data_transform[geo]
python -m pip install -e projects
python -m pip install pytest
- name: Run pytest
run: |
pytest -W "ignore::DeprecationWarning"