Skip to content

Commit

Permalink
Merge pull request #5 from PCMDI/lee1043-patch-1
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
lee1043 authored Jun 26, 2023
2 parents e58e640 + b31facc commit 17acbb7
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions conda-env/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Conda environment for CI/CD (used in GH Actions)
# TODO: 1. Replace template in `name` with your library name
name: template-ci
name: pcmdi_utils_ci
channels:
- conda-forge
- defaults
Expand All @@ -10,10 +10,33 @@ dependencies:
# ==========================================
# Base - for building this package
# ==========================================
- python >=3.8
- python=3.10.10
- xcdat=0.5.0
- pip
- pip:
- global-land-mask
# ==========================================
# Quality Assurance - for linting and formatting
# ==========================================
# NOTE: If versions are updated, also update 'rev' in `.pre-commit.config.yaml`
- black=23.1.0
- flake8=6.0.0
- flake8-isort=6.0.0
- isort=5.12.0
- mypy=1.1.1
- pre-commit=3.2.0
# ==========================================
# Documentation - for building docs
# ==========================================
- sphinx=5.3.0
- sphinx-autosummary-accessors=2022.4.0
- sphinx-rtd-theme=1.2.0
- sphinx-book-theme=1.0.1
- sphinx-copybutton=0.5.1
- nbsphinx=0.9.1
# ==========================================
# Testing - for running unit tests
# ==========================================
- pytest
# TODO: 3. Replace template in`prefix` with your library name
prefix: /opt/miniconda3/envs/template-ci
prefix: /opt/miniconda3/envs/pcmdi_utils_ci

0 comments on commit 17acbb7

Please sign in to comment.