Skip to content

CI not passing #182

@t-kimber

Description

@t-kimber

Is the CI on your new talktorial not passing the CI tests?

Here's a list of things you can try:
Assuming you are in the teachopencadd folder:

  • For the black test, run the following: black-nb -l 99 teachopencadd/
  • For the README test, run the following:
for path in teachopencadd/talktorials/T*/talktorial.ipynb; do
    python devtools/regenerate_readmes.py --output README.md $path
done
  • For Python versions: you could ignore timeout errors.
  • Docs: mmhhh.. read the errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions