Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/jupyter_jsmol/spkg-install.in: Use --no-build-isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 25, 2022
1 parent 12be2d9 commit 987a32e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/pkgs/jupyter_jsmol/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cd src
eval sdh_pip_install $(eval sdh_prefix_args "--build-option" build --skip-npm) .
# Use --no-build-isolation to avoid WARNING: Ignoring --build-option when building jupyter-jsmol using PEP 517
eval sdh_pip_install --no-build-isolation $(eval sdh_prefix_args "--build-option" build --skip-npm) .

0 comments on commit 987a32e

Please sign in to comment.