Skip to content

Commit

Permalink
Merge pull request #3581 from european-modelling-hubs/score-openblas
Browse files Browse the repository at this point in the history
install openblas for scoring
  • Loading branch information
ngozzi authored Sep 11, 2024
2 parents b33360d + 7fd9bea commit eb94cd5
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
sudo apt-get install -y libssl-dev libcurl4-openssl-dev pandoc libopenblas-dev
- uses: r-lib/actions/setup-renv@v2

Expand Down

0 comments on commit eb94cd5

Please sign in to comment.