country-template icon indicating copy to clipboard operation
country-template copied to clipboard

Publish to conda

Open benoit-cty opened this issue 3 years ago • 4 comments

  • Technical improvement.
  • Details:
    • Publish to conda in CI

These changes change non-functional parts of this repository : CI.

benoit-cty avatar Feb 04 '22 15:02 benoit-cty

@MattiSG @sandcha @benoit-cty : where are we on this PR ?

benjello avatar Mar 14 '23 09:03 benjello

Applying rebase on this old PR, with @benoit-cty agreement. 🙂

sandcha avatar Dec 12 '23 14:12 sandcha

@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:

MattiSG avatar May 17 '24 11:05 MattiSG

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

benoit-cty avatar May 17 '24 13:05 benoit-cty