Skip to content

Commit f0101cf

Browse files
authored
Update rhub.yaml trying to fix atlas errors
1 parent 73486ff commit f0101cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rhub.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ jobs:
7272
- name: Environment Variable for atlas
7373
if: matrix.config.label == 'atlas'
7474
# https://rstudio.github.io/r-manuals/r-ints/Tools.html
75+
# atlas also seems to be missing libsvml.so from intel-openapi-runtime-blas
7576
run: |
77+
apt update
78+
apt install -y intel-openapi-runtime-libs
7679
echo "_R_CHECK_COMPILATION_FLAGS_=false" >> $GITHUB_ENV
7780
- uses: r-hub/actions/run-check@v1
7881
with:

0 commit comments

Comments
 (0)