Skip to content

Merge pull request #44 from aradhakrishnanGFDL/36-builderconfig #7

Merge pull request #44 from aradhakrishnanGFDL/36-builderconfig

Merge pull request #44 from aradhakrishnanGFDL/36-builderconfig #7

Workflow file for this run

name: Importing intakebuilder
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
$CONDA/bin/conda --version
# $CONDA is an environment variable pointing to the root of the miniconda directory
$CONDA/bin/conda create -n catalogbuilder
$CONDA/bin/conda install -n catalogbuilder -c conda-forge pytest pandas xarray click intake-esm
- name: tests_prelim
run: |
$CONDA/envs/catalogbuilder/bin/pytest tests/default/