We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4f85a commit 00adcb1Copy full SHA for 00adcb1
.github/workflows/reusable-precommit.yml
@@ -37,7 +37,7 @@ jobs:
37
python-version: 3.9
38
- name: Run checks
39
run: |
40
- pip install --upgrade pip wheel
+ pip install --upgrade pip wheel types-setuptools types-pkg_resources
41
pip install -e .[dev]
42
mypy pybatfish tests
43
bf_build:
setup.cfg
@@ -14,6 +14,9 @@
14
[aliases]
15
test = pytest
16
17
+[build-system]
18
+requires = ["setuptools"]
19
+
20
[tool:pytest]
21
;; Unit tests only
22
testpaths = tests
0 commit comments