diff --git a/.github/workflows/julia-setup.yml b/.github/workflows/julia-setup.yml index b45041c3e..5892a085d 100644 --- a/.github/workflows/julia-setup.yml +++ b/.github/workflows/julia-setup.yml @@ -38,8 +38,8 @@ jobs: - name: Install R if: matrix.install-method == 'pip' uses: r-lib/actions/setup-r@v2 - with: - r-version: 4.2.3 + # with: + # r-version: 4.2.3 - name: Install Julia if: matrix.install-method == 'pip' uses: julia-actions/setup-julia@v1 diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index 9cfa56c74..0bdbf1921 100644 --- a/.github/workflows/test-install.yml +++ b/.github/workflows/test-install.yml @@ -283,12 +283,6 @@ jobs: == 1 name: (WINDOWS,PIP) Set up MSMPI uses: mpi4py/setup-mpi@v1 - - if: runner.os == 'Windows' && matrix.install-method == 'pip' && env.INSTALLR - == 1 - name: Install R - uses: r-lib/actions/setup-r@v2 - with: - r-version: 4.2.3 - if: startsWith(runner.os, 'Linux') && matrix.install-method == 'pip' name: (LINUX,PIP) Cache pip uses: actions/cache@v3 @@ -634,12 +628,6 @@ jobs: == 1 name: (WINDOWS,PIP) Set up MSMPI uses: mpi4py/setup-mpi@v1 - - if: runner.os == 'Windows' && matrix.install-method == 'pip' && env.INSTALLR - == 1 - name: Install R - uses: r-lib/actions/setup-r@v2 - with: - r-version: 4.2.3 - if: startsWith(runner.os, 'Linux') && matrix.install-method == 'pip' name: (LINUX,PIP) Cache pip uses: actions/cache@v3 @@ -977,12 +965,6 @@ jobs: == 1 name: (WINDOWS,PIP) Set up MSMPI uses: mpi4py/setup-mpi@v1 - - if: runner.os == 'Windows' && matrix.install-method == 'pip' && env.INSTALLR - == 1 - name: Install R - uses: r-lib/actions/setup-r@v2 - with: - r-version: 4.2.3 - if: startsWith(runner.os, 'Linux') && matrix.install-method == 'pip' name: (LINUX,PIP) Cache pip uses: actions/cache@v3 @@ -1303,12 +1285,6 @@ jobs: == 1 name: (WINDOWS,PIP) Set up MSMPI uses: mpi4py/setup-mpi@v1 - - if: runner.os == 'Windows' && matrix.install-method == 'pip' && env.INSTALLR - == 1 - name: Install R - uses: r-lib/actions/setup-r@v2 - with: - r-version: 4.2.3 - if: startsWith(runner.os, 'Linux') && matrix.install-method == 'pip' name: (LINUX,PIP) Cache pip uses: actions/cache@v3 @@ -1628,12 +1604,6 @@ jobs: == 1 name: (WINDOWS,PIP) Set up MSMPI uses: mpi4py/setup-mpi@v1 - - if: runner.os == 'Windows' && matrix.install-method == 'pip' && env.INSTALLR - == 1 - name: Install R - uses: r-lib/actions/setup-r@v2 - with: - r-version: 4.2.3 - if: startsWith(runner.os, 'Linux') && matrix.install-method == 'pip' name: (LINUX,PIP) Cache pip uses: actions/cache@v3 diff --git a/utils/test-install-base.yml b/utils/test-install-base.yml index 7007bf04e..844d193df 100644 --- a/utils/test-install-base.yml +++ b/utils/test-install-base.yml @@ -111,12 +111,12 @@ jobs: - name: (WINDOWS,PIP) Set up MSMPI uses: mpi4py/setup-mpi@v1 if: runner.os == 'Windows' && matrix.install-method == 'pip' && env.INSTALLMPI == 1 - - name: Install R - uses: r-lib/actions/setup-r@v2 - if: runner.os == 'Windows' && matrix.install-method == 'pip' && env.INSTALLR == 1 - with: - r-version: '4.2.3' - # windows-path-include-rtools: false + # - name: Install R + # uses: r-lib/actions/setup-r@v2 + # if: runner.os == 'Windows' && matrix.install-method == 'pip' && env.INSTALLR == 1 + # with: + # r-version: '4.2.3' + # # windows-path-include-rtools: false - name: (LINUX,PIP) Cache pip uses: actions/cache@v3 if: startsWith(runner.os, 'Linux') && matrix.install-method == 'pip'