You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected the first grep to return a line, indicating that there is a section of the yaml describing a source for ipython.
Additional Context
I'm using the current main branch of conda-lock (commit aa227c33c739768823f095d31164b7c9555beae2).
$ conda-lock --version
conda-lock, version 2.5.8.dev266+gaa227c3
$ pipx list | grep conda.lock
package conda_lock 2.5.8.dev266+gaa227c3, installed using Python 3.12.0
- conda-lock
$ uname -a
Darwin example.local 23.6.0 Darwin Kernel Version 23.6.0: Wed Jul 31 20:48:52 PDT 2024; root:xnu-10063.141.1.700.5~1/RELEASE_ARM64_T6020 arm64 arm Darwin
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
An
environment.yaml
:What I did:
I expected the first grep to return a line, indicating that there is a section of the yaml describing a source for
ipython
.Additional Context
I'm using the current main branch of
conda-lock
(commitaa227c33c739768823f095d31164b7c9555beae2
).The text was updated successfully, but these errors were encountered: