-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
Update documentation and small Pixi improvements #6200
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6200 +/- ##
==========================================
+ Coverage 88.10% 88.22% +0.12%
==========================================
Files 319 321 +2
Lines 67158 67285 +127
==========================================
+ Hits 59168 59361 +193
+ Misses 7990 7924 -66 ☔ View full report in Codecov by Sentry. |
f7ef287
to
4d80186
Compare
- name: Install test dependencies | ||
run: python -m pip install "$(ls dist/*whl)[tests]" | ||
- name: Test package | ||
run: python -m pytest --pyargs $PACKAGE --color=yes |
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.
Not sure if this is actually needed.
I will merge this as is. Again nothing is set in stone. (This will also fix the current failing CI) |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Follow up to #6182, where we must align the rest of the documentation with the changes. I will also update these files to markdown.
It's not directly related, but I also want to update the changelog to only change once. I also removed
.gitattribute
as it is no longer needed.I will also update this PR based on things I do it the Panel PR.
Todo based on work on panel