Skip to content

Commit 0854611

Browse files
committed
Install coveralls
1 parent 2982569 commit 0854611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
python -m pip install --upgrade pip
4141
pip install SQLAlchemy~=${{ matrix.sqlalchemy-version }}
42-
pip install -r requirements.txt -r requirements-test.txt
42+
pip install -r requirements.txt -r requirements-test.txt coveralls
4343
- name: Lint with flake8
4444
run: |
4545
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)