Skip to content

Commit 8e8f07e

Browse files
authored
Apply suggestions from code review
1 parent bded56e commit 8e8f07e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/continuous_integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python -m build
4646
- name: Test with tox
4747
run: |
48-
python -m pip install tox tox-gh-actions setuptools
48+
python -m pip install tox tox-gh-actions
4949
tox
5050
- name: Publish to Coveralls with GitHub Action
5151
uses: coverallsapp/github-action@v2

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ deps =
1616
numpy
1717
pytest>=2.9.2
1818
pytest-cov>=2.2.1
19-
setuptools
2019
commands = pytest test --cov openhtf --cov-report=term-missing --cov-report=lcov
2120
# usedevelop causes tox to skip using .tox/dist/openhtf*.zip
2221
# Instead, it does 'python setup.py develop' which only adds openhtf/ to the

0 commit comments

Comments
 (0)