Skip to content

Commit

Permalink
limit numpy version in notebook testing to comply with serpentTools
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Fiorito committed Aug 21, 2024
1 parent 8b6c17f commit ccab8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Install the sandy package
- name: Install sandy
run: pip install --no-cache-dir --user .[test,notebook,doc]
run: pip install --no-cache-dir --user .[test,notebook,doc] "numpy<2" # to comply with serpentTools

# Run all the jupyter notebooks
- name: run notebooks
Expand Down

0 comments on commit ccab8a7

Please sign in to comment.