-
Notifications
You must be signed in to change notification settings - Fork 24
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
Remove Conda flag #500
Remove Conda flag #500
Conversation
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
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. Seems we had some files requiring formatting; need to look into that (but should not block merging this PR).
CONTRIBUTING.md
Outdated
@@ -22,7 +22,7 @@ cd rsconnect-python | |||
python3 -m venv .venv | |||
# Activate the virtual environment | |||
source .venv/bin/activate | |||
# install our requirements into the virtual environment | |||
# install our requirements into the virtual environment based |
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.
nit: seems like this might have been incompletely edited
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.
updated
@@ -0,0 +1,361 @@ | |||
### GNU GENERAL PUBLIC LICENSE |
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.
This directory seems like it should be gitignored.
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.
added to .gitignore
Weird. I run |
Intent
Experimental support for Conda environment was added to rsconnect-python. Connect does not support restoring Conda environments. This PR will remove the Conda references from rsconnect-python.
resolves: #412
Type of Change
Approach
conda
in all forms through the codebase and removed appropriate parameters and functions.Directions for Reviewers
Per conversation w/ Mike:
Checklist