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

Change submodules to https endpoints #688

Merged
merged 2 commits into from Jun 9, 2022
Merged

Change submodules to https endpoints #688

merged 2 commits into from Jun 9, 2022

Conversation

hogepodge
Copy link
Contributor

Description

Changes submodules to https endpoints to remove the requirement for
public key authentication to install lineapy from source in environments
that do not have GitHub ssh authentication enabled.

Type of change

Please delete options that are not relevant.

  • [x ] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Tested locally in a Docker environment.

docker run -it --rm python
pip install git+https://github.com/hogepodge/lineapy.git@fix-submodules --upgrade

Changes submodules to https endpoints to remove requirement for
public key authentication to install lineapy in non-authenticated
environments (for example, docker build)
.gitmodules Outdated
ignore = all
[submodule "tests/integration/sources/tensorflow-decision-forests"]
path = tests/integration/sources/tensorflow-decision-forests
url = git@github.com:tensorflow/decision-forests.git
url = https://github.com/tensorflow/decision-forests.git
ignore = all
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix, Chris! I just noticed some weird indentations and will fix it directly and merge!

minor indentation fix for formatting
Copy link
Contributor

@yifanwu yifanwu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Chris!

@yifanwu yifanwu merged commit 3dd9e4d into LineaLabs:main Jun 9, 2022
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.

None yet

2 participants