Skip to content

Commit d2ce77f

Browse files
committed
try heap call hint
1 parent 17dcc7c commit d2ce77f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
activate-environment: true
3434
- name: Install MimickLinkedReads.jl
3535
run: |
36-
python -c 'from juliacall import Main as jl; jl.seval("using Pkg ; Pkg.add(url=\"https://github.com/pdimens/mimick.git\", subdir=\"MimickLinkedReads.jl\")")'
36+
export PYTHON_JULIACALL_THREADS=2
37+
python -c -X juliacall-heap-size-hint=2G 'from juliacall import Main as jl; jl.seval("using Pkg ; Pkg.add(url=\"https://github.com/pdimens/mimick.git\", subdir=\"MimickLinkedReads.jl\")")'
3738
3839
- name: Create Test Data
3940
run: |

0 commit comments

Comments
 (0)