Skip to content
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

Experimental setup using conda and poetry #273

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Conversation

matthiasschaub
Copy link
Collaborator

@matthiasschaub matthiasschaub commented Aug 14, 2023

Creating the environment

mamba env create --file environment.yml
mamba activate smt
poetry install  # poetry installs into activated conda env
pre-commit install

Activating the environment and run test

mamba activate smt
pytest tests/unit

@matthiasschaub matthiasschaub changed the title wip: mamba + poetry Experimental setup using conda and poetry Aug 15, 2023
@maciej-adamiak
Copy link

maciej-adamiak commented Aug 16, 2023

You can use mamba instead of conda. Please check whether mamba is installed using the recommended approach: https://github.com/conda-forge/miniforge#mambaforge

@matthiasschaub matthiasschaub merged commit 8699938 into main Aug 18, 2023
2 checks passed
@matthiasschaub matthiasschaub deleted the mamba-poetry branch August 18, 2023 11:36
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