Skip to content

Commit

Permalink
new setuptools, but compatible editable install mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 8, 2024
1 parent 285809c commit cc5debd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
python -m pip install -U pip setuptools wheel
python -m pip install -U coverage
python -m pip install -v -U -e ".${{ matrix.extras }}"
python -m pip install -v -U -e ".${{ matrix.extras }}" --config-settings editable_mode=compat
python -c 'import nti; print(sorted(nti.__path__))'
python -c 'import sys; print(sys.path)'
PYTHONPATH=src python -c 'from nti import transactions; print(transactions)'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = [
"wheel",
"setuptools<64",
"setuptools",
]

0 comments on commit cc5debd

Please sign in to comment.