-
Notifications
You must be signed in to change notification settings - Fork 3
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
GitHub Actions - CI Updates #370
Conversation
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! Just a minor readme request.
@@ -244,7 +255,7 @@ The median pulse height (MPH) provides a way to assess the sensitivity of the de | |||
2. `cd` into `toffy`. | |||
3. Install the pre-commit hooks with `pre-commit install --install-hooks` | |||
4. Set up Poetry for `toffy` | |||
1. Run `poetry install` to install `alpineer` into your virtual environment (this will create a local virtual environment). | |||
1. Run `poetry install` to install `toffy` into your virtual environment (this will create a local virtual environment). |
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.
Can we add the Developer Notes link to the table of contents?
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
README.md
Outdated
@@ -20,6 +32,9 @@ This repo is currently in beta testing. None of the code has been published yet, | |||
- [Directory structure](#directory-structure) | |||
- [Panel format](#panel-format) | |||
- [Median Pulse Height](#median-pulse-height) | |||
- [Development Notes](#development-notes) | |||
- [Requirements](#requirements) | |||
- [Setup](#setup) |
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 should probably be the same as requirements, a subheading under development notes right? If we want users to mainly use the conda environment probably best to make it clear Setup is only for developers.
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, agree with Cami
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.
Stunning.
If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
Closes #369.
How did you implement your changes
Used the workflows present in angelolab/alpineer. Also added package badges which state the tooling, PyPI info, supported Python Versions, etc...
Remaining issues
N/A.