-
Notifications
You must be signed in to change notification settings - Fork 9
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
Reorganize packaging and hopefully fix tests #267
Conversation
Update Dockerfile Update Dockerfile Update Dockerfile Update Dockerfile Update Dockerfile Update Dockerfile
I'm stumped. I need to install CuBIDS in the CircleCI Docker image in order to access the package's version, because the version is then fed into the built CuBIDS Docker image, but I can't seem to get a base image with Docker installed within it and Python 3.8+ (which is necessary to install a Python library using pyproject.toml). |
CircleCI has both Docker executors and machine executors. The machine executor can run Docker without having to set up a remote docker. |
It's working! |
@mattcieslak if we can tackle this PR next, it should lead into #268 pretty cleanly. |
Closes #269.
Changes proposed:
cubids/tests
.