Skip to content
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

Add support for constraints #73

Merged
merged 3 commits into from
Feb 9, 2024
Merged

Add support for constraints #73

merged 3 commits into from
Feb 9, 2024

Conversation

coretl
Copy link
Contributor

@coretl coretl commented Feb 6, 2024

  • If dev-requirements.txt exists in the root of the repo then use it as a constraint in the devcontainer, runtime container, and CI when using the "dev" install (not for the matrix of tests)
  • Generate this in the "dev" install test and store as an artifact
  • Also upload this to the release

Fixes #72

@coretl coretl changed the title Add support for contraints Add support for constraints Feb 6, 2024
- If dev-requirements.txt exists in the root of the repo then use it as a constraint in the devcontainer, runtime container, and CI when using the "dev" install (not for the matrix of tests)
- Generate this in the "dev" install test and store as an artifact
- Also upload this to the release
@coretl coretl requested a review from M-Chan February 9, 2024 11:45
@coretl coretl merged commit 189eebc into main Feb 9, 2024
12 checks passed
@coretl coretl deleted the constraints branch February 9, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for contraints to be generated in releases and put back in the repo
2 participants