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

Simplify BIONEMO_HOME env var setting in ci scripts. #608

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shoobieieiee
Copy link

Description

Simplify BIONEMO_HOME env var setting to allow CI to run without error in the docker image.

Otherwise, ci/scripts/run_pytest.sh will try to look for a .git file which doesn't exist in the image.

Type of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactor
  • Documentation update
  • Other (please describe):

CI Pipeline Configuration

Configure CI behavior by applying the relevant labels:

Note

By default, the notebooks validation tests are skipped unless explicitly enabled.

Usage

ci/scripts/run_pytest.sh

Pre-submit Checklist

  • I have tested these changes locally
  • I have updated the documentation accordingly
  • I have added/updated tests as needed
  • All existing tests pass successfully

BIONEMO_HOME="${REPOSITORY_ROOT}"
echo "Setting \$BIONEMO_HOME to: $BIONEMO_HOME"
export BIONEMO_HOME=/workspace/bionemo2
# # Ensure repository is clean
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please remove comments.

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.

2 participants