Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap-conda: Refactor, generate versioned environment files #36405

Merged
merged 10 commits into from
Oct 14, 2023
Merged
Prev Previous commit
bootstrap-conda (src/environment-dev*.yml): Suppress pip section, for…
… now
  • Loading branch information
Matthias Koeppe committed Oct 10, 2023
commit 73ab316abb4ffef3953b46bf0620d4a4cb2866e1
2 changes: 1 addition & 1 deletion bootstrap-conda
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ echo >&2 $0:$LINENO: generate conda environment files
done
fi
done
) 4>> src/environment-dev-template.yml 5>> src/environment-optional-template.yml
) 4>> /dev/null 5>> src/environment-optional-template.yml

for f in environment environment-optional src/environment src/environment-optional src/environment-dev; do
for python_version in 3.9 3.10 3.11; do
Expand Down