Refactoring of the CI process.
Linked to Issue #42 (closed)
Does max_pin not work? why remove that parameter? is it done somewhere else?
max_pin
I basically copied the structure of meta.yaml of bob.learn.em and the max_pin was not there
meta.yaml
bob.learn.em
Hmmm. I'd have to investigate in citools how we do the pinning. Maybe this max_pin was actually unnecessary.
Hmmm, ok. Packages are still pinned with a max_pin in conda_build_config.yaml, so the max_pin in here are not necessary.
conda_build_config.yaml
Ah, except for dask, dask-jobqueue, distributed, scikit-learn, and xarray that are not listed there...
dask
dask-jobqueue
distributed
scikit-learn
xarray
We should maybe add them to that file in citools.
Does
max_pin
not work? why remove that parameter? is it done somewhere else?I basically copied the structure of
meta.yaml
ofbob.learn.em
and themax_pin
was not thereHmmm. I'd have to investigate in citools how we do the pinning. Maybe this
max_pin
was actually unnecessary.Hmmm, ok. Packages are still pinned with a
max_pin
inconda_build_config.yaml
, so themax_pin
in here are not necessary.Ah, except for
dask
,dask-jobqueue
,distributed
,scikit-learn
, andxarray
that are not listed there...We should maybe add them to that file in citools.