griptape-ai / griptape-trade-school

Griptape Trade School mkdocs
4 stars 5 forks source link

Griptape Trade School

Tutorials and Courses for Griptape.

Notes when adding new courses

Some fun things we should look into for Snippets

Run Tests Locally

This package explicitly does not include Griptape so that it can be specified when running tests in the workflow. It is installed with the test extra via poetry. If you need to update the version of griptape installed, then update the pyproject.toml

First copy .env.example to .env and fill out the keys required. Then run the following.

make install
make test

Run GitHub Action locally