Skip to content

Commit

Permalink
chore: Update environment file for catalog CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed May 9, 2024
1 parent 99c5397 commit 4c3a99a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/catalog-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: set up conda environment
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/environment.yaml
environment-file: ci/environment-catalog.yaml
init-shell: >-
bash
cache-environment: true
Expand Down
19 changes: 19 additions & 0 deletions ci/environment-catalog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: leap-data-management
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.10
- aiohttp
- cf_xarray
- cftime
- dask
- fsspec >= 2023.2
- gcsfs
- pip
- pydantic-core
- pydantic>=2
- pyyaml
- s3fs
- universal_pathlib
- zarr
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,17 @@ pangeo-forge=[
"dynamic-chunks",
"dask"
]

catalog = [
"pydantic>=2",
"universal-pathlib",
"pydantic-core",
"cf_xarray",
]



complete = ["leap-data-management-utils[pangeo-forge,catalog]"]
test = [
"pytest",
"leap-data-management-utils[complete]",
]

dev = [
"leap-data-management-utils[test]",
"pre-commit",
Expand Down

0 comments on commit 4c3a99a

Please sign in to comment.