1
0
Fork 0
pre-commit/pre_commit/resources/empty_template_environment.yml

10 lines
302 B
YAML
Raw Normal View History

channels:
- conda-forge
- defaults
dependencies:
# This cannot be empty as otherwise no environment will be created.
# We're using openssl here as it is available on all system and will
# most likely be always installed anyways.
# See https://github.com/conda/conda/issues/9487
- openssl