-
Notifications
You must be signed in to change notification settings - Fork 50
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
Hot fix docker image build #548
Conversation
conda config --set channel_priority strict
conda config --set channel_priority strict
can you combine all the commit to make it clean pls :) |
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.
Removing the container function seems like a temporary fix. Ideally, we would like to run our tests in the same environment (docker container) as we would in production. This implementation removes any validation of the docker image. Also, I think all docker image builds should be done inside of GitHub actions (Deprecating build-on-tag). We need more discussions on this!
pointed system variable from the OS's to Conda's installations lib folder.