Skip to content

Commit 2d9524e

Browse files
authored
Increase ulimit in notebook test actions (#2464)
Hopefully fixes #2387. See https://ss64.com/bash/ulimit.html for more information.
1 parent d0040ea commit 2d9524e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/actions/set-up-notebook-testing/action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ runs:
5252
run: |
5353
sudo apt-get update
5454
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

Comments
 (0)