Skip to content

Commit

Permalink
ci: Install coveralls package
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 4, 2023
1 parent 7328f45 commit 5021bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.py
- run: pip install .[test]
- run: pip install .[test] coveralls
- env:
LANG: en_US.UTF-8
PYTHONIOENCODING: utf-8
Expand Down

0 comments on commit 5021bd5

Please sign in to comment.