compiler-research / xeus-cpp

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
17 stars 24 forks source link

doc: Fix micromamba development environment creation command #141

Closed MashyBasker closed 3 months ago

MashyBasker commented 3 months ago

Description

Following the development environment creation command in CONTRIBUTING.md using micromamba gives the following error:

╭─okabe@basu ~/open-source/xeus-cpp ‹fix-build-instruction› 
╰─$ micromamba create -n xeus-cpp environment-dev.yml   
conda-forge/linux-64                                        Using cache
conda-forge/noarch                                          Using cache
nodefaults/linux-64                                           No change
nodefaults/noarch                                             No change
error    libmamba Could not solve for environment specs
    The following package could not be installed
    └─ environment-dev.yml does not exist (perhaps a typo or a missing channel).
critical libmamba Could not solve for environment specs

The command should be updated to use the -f to use the environment-dev.yml file.

Fixes # (issue) N/A

Type of change

Please tick all options which are relevant.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.41%. Comparing base (7e5b820) to head (dc9bf95). Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/141/graphs/tree.svg?width=650&height=150&src=pr&token=9KM610P5A4&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) ```diff @@ Coverage Diff @@ ## main #141 +/- ## ======================================= Coverage 79.41% 79.41% ======================================= Files 17 17 Lines 612 612 Branches 59 59 ======================================= Hits 486 486 Misses 126 126 ```