Skip to content

Commit

Permalink
Install coveralls in pytest CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sherjeelshabih committed Mar 23, 2023
1 parent aa56fed commit 2b5e9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git submodule sync --recursive
git submodule update --init --recursive --jobs=4
python -m pip install --upgrade pip
python -m pip install coverage coverage-badge
python -m pip install coverage coveralls
- name: Install package
run: |
python -m pip install --no-deps .
Expand Down

0 comments on commit 2b5e9b3

Please sign in to comment.