Skip to content

Commit fc347e5

Browse files
committed
un-ignore env folder
1 parent aeeab1c commit fc347e5

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ celerybeat.pid
117117
# Environments
118118
.env
119119
.venv
120-
env/
120+
# env/
121121
venv/
122122
ENV/
123123
env.bak/

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+
channels:
3+
- conda-forge
4+
- nodefaults
5+
dependencies:
6+
# add any dependencies which need to be installed via conda below
7+
- pip
8+
- pip:
9+
- ../.[test]

0 commit comments

Comments
 (0)