Skip to content

Commit

Permalink
fix: use develop version of mri-nufft.
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Feb 5, 2025
1 parent f79da0f commit b39fcd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:

- name: Install dependencies
run: |
pip install finufft ipywidgets
pip install mri-nufft[finufft] ipywidgets
pip install -e .[doc]
pip install git+https://github.com/mind-inria/mri-nufft
# Build the book
- name: Build the book
Expand Down

0 comments on commit b39fcd3

Please sign in to comment.