-
Notifications
You must be signed in to change notification settings - Fork 94
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
Dmcandrew update ruamel.yaml #2315
Conversation
…y for python>=3.10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
My only suggestion is we update the Python version in the docs too: https://github.com/nebari-dev/nebari-docs/blob/b436c7e09f874665f9379ee2fff0c5e249ae5cd0/docs/docs/get-started/installing-nebari.md?plain=1#L22
@@ -54,5 +54,4 @@ jobs: | |||
conda build nebari | |||
- name: Test nebari | |||
run: | | |||
conda install --use-local nebari |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dcmcand why did you remove the install? Isn't it needed for nebari
to work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was installing the wrong version.
Reference Issues or PRs
What does this implement/fix?
Put a
x
in the boxes that applyTesting
Any other comments?