Skip to content

Commit d4df188

Browse files
committed
add --no-deps in backfill workflow
1 parent d1587ea commit d4df188

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/backfill-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
-DDPCTL_USE_MULTIVERSION_TEMPLATE=ON \
9999
-DDoxyrest_DIR="$(pwd)/doxyrest-2.1.2-linux-amd64" \
100100
-DCMAKE_VERBOSE_MAKEFILE=ON
101-
python -m pip install -e . --no-build-isolation
101+
python -m pip install -e . --no-build-isolation --no-deps
102102
python -c "import dpctl; print(dpctl.__version__)" || exit 1
103103
pushd "$(find _skbuild -name cmake-build)" || exit 1
104104
cmake --build . --target Sphinx || exit 1

0 commit comments

Comments
 (0)