Skip to content

Commit 4c78520

Browse files
[misc] Remove Julia 1.12 from CI due to undetermined memory crashes
Due to paper deadlines, it is more critical to do computational experiments than to generalize the package to work with Julia 1.12.
1 parent a4d843e commit 4c78520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/qa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
17-
julia-version: ['1.11', '1.12']
17+
julia-version: ['1.11'] # Excluding Julia 1.12 due to memory crashes , '1.12']
1818
defaults:
1919
run:
2020
shell: bash -l {0}

0 commit comments

Comments
 (0)