We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5541834 commit 8c1b2d3Copy full SHA for 8c1b2d3
.github/workflows/ci.yml
@@ -125,7 +125,7 @@ jobs:
125
# This can be removed when the ipython directive fails when there are errors,
126
# including the `tee sphinx.log` in te previous step (https://github.com/ipython/ipython/issues/11547)
127
- name: Check ipython directive errors
128
- run: "! grep -B1 \"^<<<-------------------------------------------------------------------------$\" sphinx.log"
+ run: "! grep -B10 \"^<<<-------------------------------------------------------------------------$\" sphinx.log"
129
130
- name: Install ssh key
131
run: |
0 commit comments