Skip to content

Commit 89884d2

Browse files
committed
Attempt using editable wheel build in docs build
1 parent 5bbad6b commit 89884d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
# Ensure that SYCL libraries are on LD_LIBRARY_PATH
5555
source /opt/intel/oneapi/setvars.sh
56-
python setup.py develop
56+
pip install --no-deps --no-build-isolation -e . --verbose
5757
python -c "import mkl_random; print(mkl_random.__version__)" || exit 1
5858
sphinx-build -M html docs/source docs/build
5959
mkdir -p ~/rendered_docs

0 commit comments

Comments
 (0)