Skip to content

Commit

Permalink
Add numpy import to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arendsee committed Feb 9, 2025
1 parent f145f98 commit aea81d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
sudo apt-get install -y libgsl-dev # required for installation of morloc module math
Rscript -e 'install.packages(c("rlang", "future"), repos = "https://cloud.r-project.org")'
- name: "Set up Python environment"
run: |
sudo apt-get install -y pip
pip install python3-numpy
- name: "Build Morloc"
run: |
curl -sSL https://get.haskellstack.org/ | sh || echo "already installed"
Expand Down

0 comments on commit aea81d4

Please sign in to comment.