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 884f929 commit b448edcCopy full SHA for b448edc
.github/conda-env/test-env.yml
@@ -0,0 +1,9 @@
1
+name: test-env
2
+dependencies:
3
+ # in addtion to package dependencies and explicit LAPACK/BLAS implementations installed in workflow
4
+ - scipy
5
+ - matplotlib
6
+ - pytest
7
+ - pytest-cov
8
+ - pytest-timeout
9
+ - coverage
0 commit comments