-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
[v3] Test environments and CI #1648
Labels
Milestone
Comments
jhamman
added
help wanted
Issue could use help from someone with familiarity on the topic
V3
labels
Feb 6, 2024
I want to help with this and am motivated to get it done by tomorrow in time for the Zarr sprint. |
Merged
I'm planning to work on this at the Zarr sprint today, unless Ryan or others already plan to |
This was referenced Feb 7, 2024
Merged
FYI I think the initial task list in this issue is complete now that #1728 is merged |
Yep, I think this can be closed |
Before we do, it would be nice to get a windows test environment up and running. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
We just merged #1592 which should make managing our various test environments much easier going forward. This ticket lays out a number of small tasks that can be taken to modernize our test environments and GitHub Actions Workflows. I'm sure I'm missing a few things here so feel free to comment / suggest alternatives.
Hatch related improvements
requirements_dev_*.txt
defining separate environments for "minimal", "dev". These should include parameterizations over python versions (3.10 and 3.11).hatch run docs:serve
GitHub Actions related improvements
The text was updated successfully, but these errors were encountered: