-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added the dev script setup #30
Conversation
Codecov Report
@@ Coverage Diff @@
## main #30 +/- ##
=======================================
Coverage 84.30% 84.30%
=======================================
Files 3 3
Lines 172 172
=======================================
Hits 145 145
Misses 27 27
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
… it not fitting flake8
… it not fitting flake8
… it not fitting flake8
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 looks good, can we:
- Add the pre-commit yaml as in https://github.com/dls-controls/tickit-devices/pull/24/files?
- Install the hooks in the dev_env script
- Update the README
- name: Checkout Artemis | ||
uses: actions/checkout@v3 |
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.
Should: This isn't artemis
# Run every Monday at 8am to check latest versions of dependencies | ||
- cron: "0 8 * * WED" |
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.
Should: This comment disagrees with the cron job
@evalott100 This may be solved now by #32 |
@abbiemery Yep, all it would be adding is the .sh to do the pip venv installation which I think is unnecessary anyway. Closing. |
Fixes #29
@DominicOram I added the dev environment script, This comes with a few warnings (e.g it wants a pyproject.toml and Distutils is imported before setup tools). Code tests pass, and tickit devices run fine. Idk if you want to fix the warnings here or make it a separate PR?