country-template
country-template copied to clipboard
Publish to conda
- Technical improvement.
- Details:
- Publish to conda in CI
These changes change non-functional parts of this repository : CI.
@MattiSG @sandcha @benoit-cty : where are we on this PR ?
Applying rebase on this old PR, with @benoit-cty agreement. 🙂
@sandcha @benoit-cty what's left to do for this PR to be merged? At least it should be updated to use pyproj
instead of setup.py
following https://github.com/openfisca/country-template/pull/139, using knowledge from https://github.com/openfisca/openfisca-france/pull/2298.
This template will be used massively next Wednesday, so now is the big opportunity to add Conda publishing to 3 new countries :wink:
I've updated the meta.yaml to support pyproj and check it with :
docker run --volume $PWD:/openfisca -i -t continuumio/anaconda3 /bin/bash
cd /openfisca
# Check meta.yaml
conda-build --check .conda
# Build
conda build -c openfisca -c conda-forge .conda