We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2982569 commit 0854611Copy full SHA for 0854611
1 file changed
.github/workflows/run-tests.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
python -m pip install --upgrade pip
41
pip install SQLAlchemy~=${{ matrix.sqlalchemy-version }}
42
- pip install -r requirements.txt -r requirements-test.txt
+ pip install -r requirements.txt -r requirements-test.txt coveralls
43
- name: Lint with flake8
44
45
# stop the build if there are Python syntax errors or undefined names
0 commit comments