Skip to content

Update import-test.yml #47

Update import-test.yml

Update import-test.yml #47

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 intake click
- name: tests_prelim
run: |
$CONDA/envs/catalogbuilder/bin/pytest