Skip to content

Commit

Permalink
Declare setuptools as the project's build system
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Dec 10, 2023
1 parent 31b4e07 commit b634ea3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache-dependency-path: 'tests/requirements.txt'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install --upgrade pip
python -m pip install -r tests/requirements.txt
pip install -e .
- name: Lint
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.coverage.run]
branch = true
source = [
Expand Down

0 comments on commit b634ea3

Please sign in to comment.