Skip to content

Commit

Permalink
Increase ulimit in notebook test actions (#2464)
Browse files Browse the repository at this point in the history
Hopefully fixes #2387. See https://ss64.com/bash/ulimit.html for more
information.
  • Loading branch information
frankharkins authored Dec 12, 2024
1 parent d0040ea commit 2d9524e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/set-up-notebook-testing/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ runs:
run: |
sudo apt-get update
sudo apt-get install texlive-pictures texlive-latex-extra poppler-utils graphviz
- name: Set ulimit
# https://github.com/Qiskit/documentation/issues/2387#issuecomment-2523753374
shell: bash
run: ulimit -n 6000

0 comments on commit 2d9524e

Please sign in to comment.