Skip to content

Fix #2182 (CI failing)#2187

Draft
j-wags wants to merge 7 commits into
mainfrom
fix-2182
Draft

Fix #2182 (CI failing)#2187
j-wags wants to merge 7 commits into
mainfrom
fix-2182

Conversation

@j-wags
Copy link
Copy Markdown
Member

@j-wags j-wags commented May 25, 2026

  • Fixes Examples workflow broken #2182
    • Removes nomkl package from all envs
    • Updates QCArchive example for new API (well, basically it just actually uses the schema_version field, which we were passing a bad-but-ignored value to before)
    • Handles mypy errors

@codecov
Copy link
Copy Markdown

codecov Bot commented May 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.19%. Comparing base (6e2fc35) to head (e39eaf4).

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

"# set up the RDKit task\n",
"rdkit_task = {\n",
" \"schema_name\": \"qcschema_input\",\n",
" \"schema_version\": 2,\n",
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the single source code change in this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Examples workflow broken

1 participant