We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc7085 commit cd4873dCopy full SHA for cd4873d
.github/workflows/actions.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Install requirements
88
run: |
89
# Newer coveralls do not work with github actions.
90
- pip install 'coveralls<3.0.0'
+ pip install 'coveralls>=4.0.0'
91
pip install cython
92
pip install -U 'setuptools<72.2'
93
python testsrequire.py
0 commit comments