We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1587ea commit d4df188Copy full SHA for d4df188
1 file changed
.github/workflows/backfill-docs.yml
@@ -98,7 +98,7 @@ jobs:
98
-DDPCTL_USE_MULTIVERSION_TEMPLATE=ON \
99
-DDoxyrest_DIR="$(pwd)/doxyrest-2.1.2-linux-amd64" \
100
-DCMAKE_VERBOSE_MAKEFILE=ON
101
- python -m pip install -e . --no-build-isolation
+ python -m pip install -e . --no-build-isolation --no-deps
102
python -c "import dpctl; print(dpctl.__version__)" || exit 1
103
pushd "$(find _skbuild -name cmake-build)" || exit 1
104
cmake --build . --target Sphinx || exit 1
0 commit comments