We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbad6b commit 89884d2Copy full SHA for 89884d2
.github/workflows/build-docs.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
# Ensure that SYCL libraries are on LD_LIBRARY_PATH
55
source /opt/intel/oneapi/setvars.sh
56
- python setup.py develop
+ pip install --no-deps --no-build-isolation -e . --verbose
57
python -c "import mkl_random; print(mkl_random.__version__)" || exit 1
58
sphinx-build -M html docs/source docs/build
59
mkdir -p ~/rendered_docs
0 commit comments