-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
env deps not syncing after env yaml modified #12
Comments
Hi, can you give an example to a change in the env yaml that does not sync. I agree that it would be best if the |
hi, try any conda added dependency to env.yaml, and you’ll see — it does not update |
I can confirm. Changing the env file doesn't update the env. It doesn't need any complicated setup. name: test_conda
dependencies:
- pip
- pip:
- pyyaml Add any item to pip (or elsewhere) and confirm that the env is not updated |
I think the issue is that Similarly, |
hi hi,
thank you very much for adding support to env yaml!
assuming an env is defined via env yaml, and was already created -
would you not expect syncing to occur after env yaml changes ? ( upon re-entry of course )
( i.e. behave the same as with regular / pypi deps )
From what i can see / experience now, it's not syncing.
Thanks!
Harel
The text was updated successfully, but these errors were encountered: