Skip to content

Commit

Permalink
build env: workarounds for conda issues on linux
Browse files Browse the repository at this point in the history
first issue here:
conda/conda-libmamba-solver#283

-> adding libarchive and libmamba from *same* channel

(only saw the problem with Python 3.12)
  • Loading branch information
mistafunk committed Dec 3, 2024
1 parent e80f60d commit 4a5fb9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions envs/linux/conda/environment-py3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ channels:
- defaults
dependencies:
- python=3.12
- anaconda::libarchive
- anaconda::libmamba
- anaconda::conda-build
- anaconda::conda-verify
- anaconda::sphinx
Expand Down

0 comments on commit 4a5fb9b

Please sign in to comment.