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 235ce91 commit 73ab316Copy full SHA for 73ab316
bootstrap-conda
@@ -151,7 +151,7 @@ echo >&2 $0:$LINENO: generate conda environment files
151
done
152
fi
153
154
- ) 4>> src/environment-dev-template.yml 5>> src/environment-optional-template.yml
+ ) 4>> /dev/null 5>> src/environment-optional-template.yml
155
156
for f in environment environment-optional src/environment src/environment-optional src/environment-dev; do
157
for python_version in 3.9 3.10 3.11; do
0 commit comments