Skip to content

Update Conda recipe #554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 21, 2024
Merged

Update Conda recipe #554

merged 7 commits into from
May 21, 2024

Conversation

benoit-cty
Copy link
Contributor

@benoit-cty benoit-cty commented May 18, 2024

@benoit-cty benoit-cty force-pushed the feat/conda_version branch 2 times, most recently from d31837c to 71253e0 Compare May 20, 2024 09:47
@benoit-cty benoit-cty requested review from LuisBlanche and inimaz May 20, 2024 09:48
Copy link
Collaborator

@inimaz inimaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! How to test the .conda/meta.yaml? Only by running it n?

@benoit-cty benoit-cty force-pushed the feat/conda_version branch from 71253e0 to 8b2272d Compare May 21, 2024 06:02
@benoit-cty
Copy link
Contributor Author

Looks good to me! How to test the .conda/meta.yaml? Only by running it n?

Thanks, I tested the build by following the contributing.md instruction:

Start a Docker image in the same directory and bind-mount the current directory with:
docker run -ti --rm=true -v $PWD:/data continuumio/anaconda3

Inside the docker container, run:

    conda install -y conda-build conda-verify conda-forge::hatchling
    cd /data && mkdir -p /conda_dist
    conda build --python 3.11 .conda/ -c conda-forge --output-folder /conda_dist

This way the package is build but not send to Conda repo.

@benoit-cty benoit-cty merged commit ca246b4 into master May 21, 2024
8 checks passed
@benoit-cty benoit-cty deleted the feat/conda_version branch May 21, 2024 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants