Skip to content

Commit

Permalink
add nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Dec 23, 2020
1 parent 4ba326d commit 54ad525
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3'
- '1.4'
- '1.5'
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
SymmetricTensors = "1ab33d94-6c6c-50cc-93f0-e3f623a46aa0"
CompilerSupportLibraries_jll = "e66e0078-7015-5450-92f7-15fbd957f2ae"

[extras]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down
3 changes: 3 additions & 0 deletions src/Cumulants.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ module Cumulants
using Distributed
import SymmetricTensors: pyramidindices, ind2range, sizetest, getblockunsafe
import Distributions: moment
if VERSION >= v"1.3"
using CompilerSupportLibraries_jll
end

#calculates moments and cumulants using block structures (SymmetricTensors)
include("cumulant.jl")
Expand Down

0 comments on commit 54ad525

Please sign in to comment.