Skip to content

Commit

Permalink
Merge pull request #15 from mgrover1/add-ci
Browse files Browse the repository at this point in the history
Add ci - fixed!
  • Loading branch information
mgrover1 authored Jan 22, 2024
2 parents 5c21a36 + 12bed5d commit 0c83074
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,17 @@ jobs:
fetch-depth: 0 # Fetch all history for all branches and tags.

- name: Create conda environment
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
cache-downloads: true
micromamba-version: "latest"
environment-file: ci/environment.yml
extra-specs: |
environment-name: intake-esgf-dev
create-args: >-
python=${{ matrix.python-version }}
- name: Install intake-esgf
run: |
python -m pip install -e . --no-deps --force-reinstall
conda list
- name: Run Tests
run: |
Expand Down
9 changes: 8 additions & 1 deletion environment.yml → ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@ dependencies:
- xarray
- xarray-datatree
- jupyterlab
- netcdf4
- netCDF4
- matplotlib
- pytest
- pytest-cov
- tqdm
- pandas
- globus-sdk
- requests
- dask

0 comments on commit 0c83074

Please sign in to comment.