Skip to content

Commit d3311dc

Browse files
committed
Update coverage>=6.4 to try and avoid sql error on github actions
1 parent b3ef4ac commit d3311dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies:
99
- scipy
1010
- jupyter
1111
- pytest
12+
- coverage>=6.4
1213
- pytest-cov
1314
- pip
1415
- setuptools

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def no_cythonize(extensions, **_ignore):
5757
'sympy',
5858
'torch',
5959
'scikit-learn',
60+
'coverage>=6.4',
6061
'pytest-cov',
6162
'pytest>=4.6',
6263
'networkx',

0 commit comments

Comments
 (0)