Skip to content

install this package for testing #369

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Borda
Copy link
Contributor

@Borda Borda commented Apr 9, 2025

Description

This PR removes the additional Conda environment file that was previously used for CI setup. Instead, the CI now installs the package directly, relying on its declared dependencies.

Why this is beneficial

  • Single Source of Truth: Ensures that tests run against the same dependencies declared by the package itself.
  • Reduced Maintenance: No need to maintain a separate environment file in sync with the package dependencies.
  • Simpler CI Workflow: Streamlines the setup process by reducing duplication and potential drift between test and runtime environments.

@Borda
Copy link
Contributor Author

Borda commented Apr 10, 2025

seems like I may need to revert #358 as some tests were not passing...

@Borda
Copy link
Contributor Author

Borda commented Apr 10, 2025

could you pls have a look @amva13 🙏

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.

1 participant