Skip to content

Commit

Permalink
adding tools dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay committed Mar 29, 2024
1 parent 8dbbda5 commit e6cbdc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
- name: Install BAC0
run: |
pip install .
pip install pytest
pip install pytest-cov
pip install coveralls
- name: Test with pytest
run: |
coverage run --source BAC0 -m pytest -v
Expand Down

0 comments on commit e6cbdc5

Please sign in to comment.