Skip to content

Commit

Permalink
Prevent editable pip install for scikit-build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 5, 2023
1 parent a9dafe5 commit ce6a67d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Editable is broken with py>=3.12 because of
# https://github.com/scikit-build/scikit-build/issues/981
# disable-editable-pip-install

[flake8]
ignore = E126,E127,E128,E123,E226,E241,E242,E265,W503,E402
max-line-length=85
Expand Down

0 comments on commit ce6a67d

Please sign in to comment.