Skip to content

Commit 8421bb7

Browse files
committed
testing README with pytest-codeblocks
1 parent 39acc39 commit 8421bb7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,10 @@ jobs:
228228
shell: bash
229229
run: |
230230
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

Comments
 (0)