mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.68k stars 346 forks source link

Improvment on how to build from source #3217

Closed ZHG2017 closed 5 months ago

ZHG2017 commented 5 months ago

Having put a bit more details on how to build from source either as a developer or as a user

AntoinePrv commented 5 months ago

@ZHG2017 could you rebase and remove the micromamba/tests/channel_a/linux-64/repodata.json file?

AntoinePrv commented 5 months ago

It seems you have completely removed it. I meant remove any change so that there is no diff in this PR, sorry for the misunderstanding. You can achieve this with

git checkout main -- micromamba/tests/channel_a/linux-64/repodata.json
git add micromamba/tests/channel_a/linux-64/repodata.json
git commit -m "Reset repodata test file"