Skip to content

Commit

Permalink
Fix r dependencies issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sciome-bot committed Jan 24, 2024
1 parent 9b439aa commit ccbeb89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mkl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
rm GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
sudo add-apt-repository "deb https://apt.repos.intel.com/oneapi all main"
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: |
Expand All @@ -40,11 +45,6 @@ jobs:
shell: bash
run: |
ldconfig
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
- name: Check R sessionInfo
shell: Rscript
run: |
Expand Down

0 comments on commit ccbeb89

Please sign in to comment.