diff --git a/.github/workflows/documenter.yml b/.github/workflows/documenter.yml index 0aeea0b..1e70d9c 100644 --- a/.github/workflows/documenter.yml +++ b/.github/workflows/documenter.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest with: - version: 1.10 + version: "1.10" - uses: julia-actions/julia-docdeploy@v1 env: PYTHON: "" diff --git a/Project.toml b/Project.toml index d6bab26..7a9a102 100644 --- a/Project.toml +++ b/Project.toml @@ -22,13 +22,15 @@ Manopt = "0.5" Optim = "1" RecursiveArrayTools = "2" Requires = "1" +StableRNGs = "1" StatsAPI = "1" julia = "1.10" [extras] Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" +StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Test", "Manifolds", "RecursiveArrayTools"] +test = ["Test", "Manifolds", "RecursiveArrayTools", "StableRNGs"]