-
Notifications
You must be signed in to change notification settings - Fork 21
added recipe for use case generate-acceptance-tests
#103
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
base: main
Are you sure you want to change the base?
Conversation
rawkintrevo
left a comment
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.
please rebase on main and add recipes/Generate-Acceptance-Tests/Generate_Test_Api_Spec.ipynb
to the appropriate file in .git/workflows
…te-code-cookbook into recipe/419-generate-acceptance-tests
to the appropriate file in .git/workflows
|
@rawkintrevo, I've updated the branch and the pull request as per updated main. |
bjhargrave
left a comment
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.
Please remove .DS_Store from the PR.
Also, please add the recipe to the vanilla_notebooks.txt file so it will be part of the CI tests.
| "load_dotenv()\n", | ||
| "\n", | ||
| "# Retrieve the API token directly from environment variables\n", | ||
| "replicate_api_token = os.getenv('REPLICATE_API_TOKEN')\n", |
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.
You want to use get_env_var from the utils repo.
added recipe for use case
generate-acceptance-tests