Skip to content

Commit b39fcd3

Browse files
committed
fix: use develop version of mri-nufft.
1 parent f79da0f commit b39fcd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333

3434
- name: Install dependencies
3535
run: |
36-
pip install finufft ipywidgets
36+
pip install mri-nufft[finufft] ipywidgets
3737
pip install -e .[doc]
38+
pip install git+https://github.com/mind-inria/mri-nufft
3839
3940
# Build the book
4041
- name: Build the book

0 commit comments

Comments
 (0)