We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeeab1c commit fc347e5Copy full SHA for fc347e5
2 files changed
.gitignore
@@ -117,7 +117,7 @@ celerybeat.pid
117
# Environments
118
.env
119
.venv
120
-env/
+# env/
121
venv/
122
ENV/
123
env.bak/
env/test_env.yml
@@ -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