Skip to content

Commit bfbd1dd

Browse files
committed
added environment.yml (python 3.8 only so far) to test GitHub Actions
Signed-off-by: Gaëtan de Menten <gdementen@gmail.com>
1 parent 0452566 commit bfbd1dd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

environment.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: test-py38
2+
channels:
3+
- larray-project
4+
- defaults
5+
dependencies:
6+
- python=3.8
7+
- pip
8+
- numpy>=1.13
9+
- pandas>=0.20
10+
- pytables
11+
- matplotlib
12+
- openpyxl
13+
- xlsxwriter
14+
- pytest>=3.5
15+
- pip:
16+
- pytest-flake8

0 commit comments

Comments
 (0)