Skip to content

Commit 73ab316

Browse files
author
Matthias Koeppe
committed
bootstrap-conda (src/environment-dev*.yml): Suppress pip section, for now
1 parent 235ce91 commit 73ab316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap-conda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ echo >&2 $0:$LINENO: generate conda environment files
151151
done
152152
fi
153153
done
154-
) 4>> src/environment-dev-template.yml 5>> src/environment-optional-template.yml
154+
) 4>> /dev/null 5>> src/environment-optional-template.yml
155155

156156
for f in environment environment-optional src/environment src/environment-optional src/environment-dev; do
157157
for python_version in 3.9 3.10 3.11; do

0 commit comments

Comments
 (0)