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

Create new pipelines for Docker container builds #241

Closed
1 task done
karlhigley opened this issue Apr 26, 2022 · 2 comments
Closed
1 task done

Create new pipelines for Docker container builds #241

karlhigley opened this issue Apr 26, 2022 · 2 comments
Assignees

Comments

@karlhigley
Copy link
Contributor

karlhigley commented Apr 26, 2022

@mikemckiernan
Copy link
Member

mikemckiernan commented Jun 6, 2022

As long as the library versions are available from pip or by importing the library and printing the version it'll be OK. If there are grander ideas, I'm game to pitch in.

For pip, the check is python -m pip show library-name. For other libraries, it's python -c 'import library-name as x; print(x.__version__);

@karlhigley
Copy link
Contributor Author

They should be, so I'm not sure if we need to do anything specific here, but wanted to make sure we didn't miss adding a crucial step to the new pipelines (if necessary.)

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

No branches or pull requests

3 participants