Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 12, 2024
1 parent bded56e commit 8e8f07e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python -m build
- name: Test with tox
run: |
python -m pip install tox tox-gh-actions setuptools
python -m pip install tox tox-gh-actions
tox
- name: Publish to Coveralls with GitHub Action
uses: coverallsapp/github-action@v2
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ deps =
numpy
pytest>=2.9.2
pytest-cov>=2.2.1
setuptools
commands = pytest test --cov openhtf --cov-report=term-missing --cov-report=lcov
# usedevelop causes tox to skip using .tox/dist/openhtf*.zip
# Instead, it does 'python setup.py develop' which only adds openhtf/ to the
Expand Down

0 comments on commit 8e8f07e

Please sign in to comment.