mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
6646f9ec0f
commit
b38a5ab6e9
1 changed files with 2 additions and 2 deletions
|
|
@ -69,8 +69,8 @@ def install_environment(
|
||||||
channels: [conda-forge, defaults]
|
channels: [conda-forge, defaults]
|
||||||
dependencies: [openssl]
|
dependencies: [openssl]
|
||||||
'''
|
'''
|
||||||
if not (envfile_dir / "environment.yml").exists():
|
if not (envfile_dir / 'environment.yml').exists():
|
||||||
(envfile_dir / "environment.yml").write_text(default_environment_yml)
|
(envfile_dir / 'environment.yml').write_text(default_environment_yml)
|
||||||
|
|
||||||
env_dir = lang_base.environment_dir(prefix, ENVIRONMENT_DIR, version)
|
env_dir = lang_base.environment_dir(prefix, ENVIRONMENT_DIR, version)
|
||||||
cmd_output_b(
|
cmd_output_b(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue