-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: main
Are you sure you want to change the base?
Conversation
/regenerate-cache |
A workflow has been dispatched to regenerate the cookbook cache for this PR.
|
This repository caches data generated from notebooks stored in other repositories in the To regenerate the cache for this PR, create a comment on this PR consisting only of the string:
|
/regenerate-cache |
A workflow dispatched to regenerate the cookbook cache for this PR has just finished.
Changes will only be visible in the ReadTheDocs preview after it has been rebuilt. |
A workflow has been dispatched to regenerate the cookbook cache for this PR.
|
A workflow dispatched to regenerate the cookbook cache for this PR has just finished.
Changes will only be visible in the ReadTheDocs preview after it has been rebuilt. |
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 |
No description provided.