-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add pipeline to build cookbooks #292
base: main
Are you sure you want to change the base?
Conversation
🌿 Preview your docs: https://cohere-preview-133176bf-2394-4d78-a346-ff215ad75e06.docs.buildwithfern.com |
- name: Install Poetry | ||
shell: bash | ||
run: | | ||
pip install poetry # Using pip to install Poetry |
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.
- name: Install Poetry | |
shell: bash | |
run: | | |
pip install poetry # Using pip to install Poetry | |
- name: Bootstrap poetry | |
uses: snok/install-poetry@v1 | |
with: | |
version: 1.5.1 | |
virtualenvs-in-project: false |
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.
let's move to scripts folder
workflow_dispatch: | ||
inputs: | ||
branch: | ||
description: 'Branch to run the workflow on' | ||
required: true | ||
default: 'main' |
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.
I will follow up, hopefully we can move cookbooks to this repo and then trigger on pr
let's add mypy build too which runs on every pr |
This PR updates the Cookbooks MDX files generated from the latest notebooks.
Changes
pyproject.toml
file to include the new dependencies.