Skip to content

Commit

Permalink
Add numpy headers
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf committed Nov 15, 2023
1 parent dd7eeaa commit fda0953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -58,6 +58,7 @@ jobs:
if: steps.cached-python-dependencies.outputs.cache-hit != 'true'
run: |
poetry config virtualenvs.in-project false
poetry run pip install numpy mpi4py
poetry install
- name: Check style
run: |

0 comments on commit fda0953

Please sign in to comment.