Skip to content

Commit

Permalink
old setuptools?
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 8, 2024
1 parent 9fe1302 commit 08f52b4
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 --use-pep517 -U -e ".${{ matrix.extras }}"
python -m pip install -v -U -e ".${{ matrix.extras }}"
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",
"setuptools<60",
]

0 comments on commit 08f52b4

Please sign in to comment.