Skip to content

Commit b448edc

Browse files
committed
Add missing conda-env test file
1 parent 884f929 commit b448edc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/conda-env/test-env.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)