Skip to content

Create python-package-conda.yml#24

Closed
mazeenn wants to merge 1 commit intocainky:mainfrom
mazeenn:main
Closed

Create python-package-conda.yml#24
mazeenn wants to merge 1 commit intocainky:mainfrom
mazeenn:main

Conversation

@mazeenn
Copy link

@mazeenn mazeenn commented May 2, 2025

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My changes do not introduce any new linting errors or warnings.
  • I have checked that my changes are compatible with the project's target Python version(s).

Additional Information

echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
Copy link
Owner

Choose a reason for hiding this comment

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

Thanks for your contribution! Our project currently uses Poetry for dependency management but this PR adds a Conda-based workflow and doesn't seem to include the environment.yml file. Could you explain your reasoning for adding this workflow and how it fits with our current setup?

@cainky cainky closed this May 13, 2025
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