Skip to content

Commit 94455d7

Browse files
changed order in CI on when to add LD_LIBRARY_PATH for RCall
1 parent 743e685 commit 94455d7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
r-version: 'release' # or a fixed version if you prefer
3838
- name: Install R packages for RCall
3939
run: |
40+
echo "LD_LIBRARY_PATH=$(R RHOME)/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
4041
Rscript -e 'options(repos = c(CRAN = "https://cloud.r-project.org")); install.packages(c("forecast", "psd"))'
41-
- run: echo "LD_LIBRARY_PATH=$(R RHOME)/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
4242
- uses: julia-actions/setup-julia@v2
4343
with:
4444
version: ${{ matrix.version }}
@@ -70,8 +70,8 @@ jobs:
7070
r-version: 'release'
7171
- name: Install R packages for RCall
7272
run: |
73+
echo "LD_LIBRARY_PATH=$(R RHOME)/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
7374
Rscript -e 'options(repos = c(CRAN = "https://cloud.r-project.org")); install.packages(c("forecast", "psd"))'
74-
- run: echo "LD_LIBRARY_PATH=$(R RHOME)/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
7575
- uses: julia-actions/cache@v2
7676
- name: Configure doc environment
7777
shell: julia --project=docs --color=yes {0}

Manifest.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ version = "1.5.0"
4141

4242
[[deps.Accessors]]
4343
deps = ["CompositionsBase", "ConstructionBase", "Dates", "InverseFunctions", "MacroTools"]
44-
git-tree-sha1 = "3b86719127f50670efe356bc11073d84b4ed7a5d"
44+
git-tree-sha1 = "856ecd7cebb68e5fc87abecd2326ad59f0f911f3"
4545
uuid = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
46-
version = "0.1.42"
46+
version = "0.1.43"
4747

4848
[deps.Accessors.extensions]
4949
AxisKeysExt = "AxisKeys"
@@ -586,9 +586,9 @@ version = "9.55.1+0"
586586

587587
[[deps.Glib_jll]]
588588
deps = ["Artifacts", "GettextRuntime_jll", "JLLWrappers", "Libdl", "Libffi_jll", "Libiconv_jll", "Libmount_jll", "PCRE2_jll", "Zlib_jll"]
589-
git-tree-sha1 = "50c11ffab2a3d50192a228c313f05b5b5dc5acb2"
589+
git-tree-sha1 = "6b4d2dc81736fe3980ff0e8879a9fc7c33c44ddf"
590590
uuid = "7746bdde-850d-59dc-9ae8-88ece973131d"
591-
version = "2.86.0+0"
591+
version = "2.86.2+0"
592592

593593
[[deps.Graphite2_jll]]
594594
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -949,9 +949,9 @@ version = "0.8.7+0"
949949

950950
[[deps.OpenSSL]]
951951
deps = ["BitFlags", "Dates", "MozillaCACerts_jll", "NetworkOptions", "OpenSSL_jll", "Sockets"]
952-
git-tree-sha1 = "386b47442468acfb1add94bf2d85365dea10cbab"
952+
git-tree-sha1 = "1d1aaa7d449b58415f97d2839c318b70ffb525a0"
953953
uuid = "4d8831e6-92b7-49fb-bdf8-b643e874388c"
954-
version = "1.6.0"
954+
version = "1.6.1"
955955

956956
[[deps.OpenSSL_jll]]
957957
deps = ["Artifacts", "Libdl"]
@@ -1332,9 +1332,9 @@ weakdeps = ["SparseArrays"]
13321332

13331333
[[deps.StatsAPI]]
13341334
deps = ["LinearAlgebra"]
1335-
git-tree-sha1 = "9d72a13a3f4dd3795a195ac5a44d7d6ff5f552ff"
1335+
git-tree-sha1 = "178ed29fd5b2a2cfc3bd31c13375ae925623ff36"
13361336
uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
1337-
version = "1.7.1"
1337+
version = "1.8.0"
13381338

13391339
[[deps.StatsBase]]
13401340
deps = ["AliasTables", "DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]

0 commit comments

Comments
 (0)