We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a693b3 commit 5e703ceCopy full SHA for 5e703ce
.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