We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0040ea commit 2d9524eCopy full SHA for 2d9524e
.github/actions/set-up-notebook-testing/action.yml
@@ -52,3 +52,8 @@ runs:
52
run: |
53
sudo apt-get update
54
sudo apt-get install texlive-pictures texlive-latex-extra poppler-utils graphviz
55
+
56
+ - name: Set ulimit
57
+ # https://github.com/Qiskit/documentation/issues/2387#issuecomment-2523753374
58
+ shell: bash
59
+ run: ulimit -n 6000
0 commit comments