-
Notifications
You must be signed in to change notification settings - Fork 0
#75/#79: Implemented ci for gh workflows check if build needed and fixed print docker images #80
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
base: main
Are you sure you want to change the base?
#75/#79: Implemented ci for gh workflows check if build needed and fixed print docker images #80
Conversation
and added unit test for get_build_runner
] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.10.0,<4.0" | ||
click = "^8.1.7" | ||
GitPython = ">=3.1.0" | ||
exasol-script-languages-container-tool = "^3.0.0" | ||
exasol-integration-test-docker-environment = "^4.0.1" | ||
exasol-integration-test-docker-environment = "4.0.1" |
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.
Why did you drop the ^
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.
There is a problem with ITDE 4.1.0 and exaslct. We discussed on the phone this week.
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.
Ah, remember
Co-authored-by: Torsten Kilias <[email protected]>
fixes #75
fixes #79