From a6bd869b14fe53327b6c6ae52dfbbcd8e1a8d64d Mon Sep 17 00:00:00 2001 From: Chaithya G R Date: Thu, 14 Nov 2024 09:26:48 +0100 Subject: [PATCH] HotFix for docs (#207) * HotFix for docs * !docs_build --- .github/workflows/master-cd.yml | 1 + .github/workflows/test-ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master-cd.yml b/.github/workflows/master-cd.yml index 6dad6755..47166fe0 100644 --- a/.github/workflows/master-cd.yml +++ b/.github/workflows/master-cd.yml @@ -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 diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index dcb920bf..e53549de 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -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