Skip to content

Commit 0f4a8f8

Browse files
bkalashnikovbogdandm
bkalashnikov
authored andcommitted
Downgrade coveralls
1 parent 7927cf9 commit 0f4a8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
python -m pip install --upgrade pip build
2525
python -m build
2626
python -m pip install '.[test]'
27-
python -m pip install wheel pytest pytest-cov pytest-xdist requests coveralls codacy-coverage
27+
python -m pip install wheel pytest pytest-cov pytest-xdist requests coveralls<4 codacy-coverage
2828
pip install --ignore-installed pytest>=4.4.0
2929
pytest --version
3030
- name: Test with pytest

0 commit comments

Comments
 (0)