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

Mambaforge -> Miniforge #75

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

Mambaforge -> Miniforge #75

wants to merge 1 commit into from

Conversation

mattwthompson
Copy link
Member

No description provided.

@mattwthompson
Copy link
Member Author

/regenerate-cache

Copy link

github-actions bot commented Jan 9, 2025

A workflow has been dispatched to regenerate the cookbook cache for this PR.

  • Run ID: 12692924100
  • Triggering actor: github-actions[bot]
  • Target branch: bye-bye-mambaforge
  • Deployment branch: _cookbook_data_PR75

Copy link

github-actions bot commented Jan 9, 2025

This repository caches data generated from notebooks stored in other repositories in the _cookbook_data_* branches. Regenerating this cache takes about half an hour, so it is not done automatically in PRs. The current value of the cache from the main branch has been copied over to this PR's cache.

To regenerate the cache for this PR, create a comment on this PR consisting only of the string:

/regenerate-cache

@mattwthompson
Copy link
Member Author

/regenerate-cache

Copy link

github-actions bot commented Jan 9, 2025

A workflow dispatched to regenerate the cookbook cache for this PR has just finished.

  • Run ID: 12692924100
  • Triggering actor: github-actions[bot]
  • Target branch: bye-bye-mambaforge
  • Deployment branch: _cookbook_data_PR75
  • Job status: cancelled
  • Notebooks status: N/A

Changes will only be visible in the ReadTheDocs preview after it has been rebuilt.

Copy link

github-actions bot commented Jan 9, 2025

A workflow has been dispatched to regenerate the cookbook cache for this PR.

  • Run ID: 12693128751
  • Triggering actor: github-actions[bot]
  • Target branch: bye-bye-mambaforge
  • Deployment branch: _cookbook_data_PR75

Copy link

github-actions bot commented Jan 9, 2025

A workflow dispatched to regenerate the cookbook cache for this PR has just finished.

  • Run ID: 12693128751
  • Triggering actor: github-actions[bot]
  • Target branch: bye-bye-mambaforge
  • Deployment branch: _cookbook_data_PR75
  • Job status: success
  • Notebooks status: 31 / 31 notebooks successfully executed (0 failures ignored)
  • Failing notebooks:

    • [ignored]

Changes will only be visible in the ReadTheDocs preview after it has been rebuilt.

@mattwthompson
Copy link
Member Author

RTD is failing:

if [ "$READTHEDOCS_VERSION_TYPE" = "external" ]; then
  # This is a PR, so use the PR number
  CACHE_BRANCH="_cookbook_data_PR${READTHEDOCS_VERSION_NAME}"
else
  # This is not a PR, so use the Git reference
  CACHE_BRANCH="_cookbook_data_${READTHEDOCS_GIT_IDENTIFIER}"
fi
git clone -v --depth=1 --single-branch --branch=${CACHE_BRANCH} -- https://github.com/openforcefield/openff-docs.git build/_cookbook_data
Cloning into 'build/_cookbook_data'...
warning: Could not find remote branch _cookbook_data_PR75 to clone.
fatal: Remote branch _cookbook_data_PR75 not found in upstream origin

This works locally

$ git clone -v --depth=1 --single-branch --branch=_cookbook_data_PR75 -- https://github.com/openforcefield/openff-docs.git build/_cookbook_data
Cloning into 'build/_cookbook_data'...
POST git-upload-pack (442 bytes)
POST git-upload-pack (179 bytes)
remote: Enumerating objects: 434, done.
remote: Counting objects: 100% (434/434), done.
remote: Compressing objects: 100% (338/338), done.
remote: Total 434 (delta 82), reused 397 (delta 60), pack-reused 0 (from 0)
Receiving objects: 100% (434/434), 9.48 MiB | 13.71 MiB/s, done.
Resolving deltas: 100% (82/82), done.

The branch exists: https://github.com/openforcefield/openff-docs/tree/_cookbook_data_PR75

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.

1 participant