Skip to content

Commit

Permalink
added workflow to use separate dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Bakliwal <[email protected]>
  • Loading branch information
AryanBakliwal committed Apr 6, 2024
1 parent 2986cce commit 66c6515
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python-version: '3.11'
- name: Set up conda environment
run: |
mamba env update -f environment.yml
mamba env update -f tests/environment.yml
- name: Conda info
run: conda info
- name: Conda list
Expand All @@ -69,7 +69,7 @@ jobs:
python-version: '3.11'
- name: Install conda dependencies
run: |
mamba env update -f environment.yml
mamba env update -f docs/environment.yml
- name: Install xbitinfo
run: |
python -m pip install -e .
Expand Down
22 changes: 20 additions & 2 deletions tests/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@ name: bitinfo-tests
channels:
- conda-forge
dependencies:
- pytest
- python
- julia<1.9.0
- pyjulia
- matplotlib-base
- numpy
- pooch
- xarray
- dask-core
- distributed
- jupyterlab
- netcdf4
- dask
- zarr
- cfgrib
- prefect>=1.0.0,<2.0
- graphviz
- pytest
- nb_conda_kernels
- cmcrameri
- tqdm
- asv
- pip:
- -e ../.

0 comments on commit 66c6515

Please sign in to comment.