Skip to content

Commit

Permalink
Update scoring.yml addling openblas libs
Browse files Browse the repository at this point in the history
  • Loading branch information
gioco authored Sep 11, 2024
1 parent eb94cd5 commit a53ded9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libssl-dev libcurl4-openssl-dev pandoc libopenblas-dev
sudo apt-get install -y libssl-dev libcurl4-openssl-dev pandoc libopenblas-base libopenblas-dev
- uses: r-lib/actions/setup-renv@v2

Expand Down

0 comments on commit a53ded9

Please sign in to comment.