Skip to content

Commit

Permalink
add numpy to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ASKabalan committed Dec 8, 2024
1 parent 8951f5c commit 3ce0be6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
build:
run_tests:

runs-on: ubuntu-latest
strategy:
Expand All @@ -30,6 +30,7 @@ jobs:
sudo apt-get install -y libopenmpi-dev
python -m pip install --upgrade pip
pip install jax==0.4.35
pip install numpy
pip install git+https://github.com/MP-Gadget/pfft-python
pip install git+https://github.com/MP-Gadget/pmesh
pip install git+https://github.com/ASKabalan/fastpm-python
Expand Down

0 comments on commit 3ce0be6

Please sign in to comment.