Skip to content

Commit

Permalink
HotFix for docs (#207)
Browse files Browse the repository at this point in the history
* HotFix for docs

* !docs_build
  • Loading branch information
chaithyagr authored Nov 14, 2024
1 parent 14c2738 commit a6bd869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/master-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
destination_dir: . # Ensure you deploy to the root of the gh-pages branch
publish_branch: gh-pages
keep_files: false


# build-n-publish:
# name: Build and publish Python 🐍 distributions 📦 to TestPyPI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
export PATH=/usr/local/cuda-12.1/bin/:${PATH}
export LD_LIBRARY_PATH=/usr/local/cuda-12.1/lib64/:${LD_LIBRARY_PATH}
pip install cupy-cuda12x torch
python -m pip install gpuNUFFT "cufinufft<2.3" sigpy scikit-image
python -m pip install gpuNUFFT "cufinufft<2.3" sigpy scikit-image fastmri
- name: Run examples
shell: bash
Expand Down

0 comments on commit a6bd869

Please sign in to comment.