Ios-parser-extra-vocabulary #760
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: 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.x' | |
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" |