Remove Conda support#600
Conversation
4ffbddf to
0a4495e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #600 +/- ##
==========================================
+ Coverage 90.09% 90.12% +0.03%
==========================================
Files 55 55
Lines 2503 2512 +9
==========================================
+ Hits 2255 2264 +9
Misses 248 248 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
MateoLostanlen
left a comment
There was a problem hiding this comment.
Hi @frgfm , thanks for the PR! Looks good to me, just 2 small tweaks to fully clean up Conda:
.pre-commit-config.yaml:8 — exclude: .conda was excluding client/.conda/meta.yaml (deleted in this PR) from the check-yaml hook. Dead config now, can be removed.
.gitignore:140 — client/conda-dist ignored the build-output dir created by the removed mkdir client/conda-dist workflow step. Nothing references it anymore, safe to drop.
Nothing blocking , just one extra commit to fully remove Conda
|
Addressed the remaining Conda cleanup from the review:
Pushed in |
Summary
Context
This follows the packaging/tooling direction from #590, where the project moved to uv.
Checks
rg --hidden --no-ignore -n -i "conda|anaconda|miniconda|mamba|micromamba" client README.md .githubgit diff --check.github/workflows/publish.ymlwith PyYAML