diff --git a/.github/workflows/r-ci.yml b/.github/workflows/r-ci.yml index 9266b0cc5c..abf8f44af1 100644 --- a/.github/workflows/r-ci.yml +++ b/.github/workflows/r-ci.yml @@ -40,11 +40,11 @@ jobs: - name: Install BioConductor package SingleCellExperiment run: cd apis/r && tools/r-ci.sh install_bioc SingleCellExperiment - - name: Install r-universe build of tiledb-r (macOS)" + - name: Install r-universe build of tiledb-r (macOS) if: ${{ matrix.os == 'macOS-latest' }} run: cd apis/r && Rscript -e "install.packages('tiledb', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))" - - name: Install r-universe build of tiledb-r (linux)" + - name: Install r-universe build of tiledb-r (linux) if: ${{ matrix.os != 'macOS-latest' }} run: cd apis/r && Rscript -e "options(bspm.version.check=TRUE); install.packages('tiledb', repos = c('https://eddelbuettel.r-universe.dev/bin/linux/jammy/4.3/', 'https://cloud.r-project.org'))" diff --git a/.github/workflows/r-python-interop-testing.yml b/.github/workflows/r-python-interop-testing.yml index d6ad0b6704..9d7af11566 100644 --- a/.github/workflows/r-python-interop-testing.yml +++ b/.github/workflows/r-python-interop-testing.yml @@ -40,11 +40,11 @@ jobs: - name: MkVars run: mkdir ~/.R && echo "CXX17FLAGS=-Wno-deprecated-declarations -Wno-deprecated" > ~/.R/Makevars - - name: Install r-universe build of tiledb-r (macOS)" + - name: Install r-universe build of tiledb-r (macOS) if: ${{ matrix.os == 'macOS-latest' }} run: cd apis/r && Rscript -e "install.packages('tiledb', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))" - - name: Install r-universe build of tiledb-r (linux)" + - name: Install r-universe build of tiledb-r (linux) if: ${{ matrix.os != 'macOS-latest' }} run: cd apis/r && Rscript -e "options(bspm.version.check=TRUE); install.packages('tiledb', repos = c('https://eddelbuettel.r-universe.dev/bin/linux/jammy/4.3/', 'https://cloud.r-project.org'))"