We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39acc39 commit 8421bb7Copy full SHA for 8421bb7
1 file changed
.github/workflows/main.yml
@@ -228,3 +228,10 @@ jobs:
228
shell: bash
229
run: |
230
uv run pytest --reruns 3 --nbmake --nbmake-timeout=3600 -vv ${{ steps.notebooks.outputs.notebooks }}
231
+
232
+ # Test the code in README.md
233
+ - name: TEST README.md
234
+ shell: bash
235
+ run: |
236
+ uv pip install pytest-codeblocks
237
+ uv run pytest README.md --codeblocks
0 commit comments