Skip to content

Commit

Permalink
Fixed README.md (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 authored Mar 24, 2022
1 parent bfee4f8 commit 7caaed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ load_conda(
conda_create(
name = "py3_env", # name of the environment
environment = "@//:py3_environment.yml", # label pointing to environment configuration file
use_mamba = True, # Whether to use mamba to create the conda environment. If this is True, install_mamba must also be True False
use_mamba = True, # Whether to use mamba to create the conda environment. If this is True, install_mamba must also be True
clean = False, # True if conda cache should be cleaned (less space taken, but slower subsequent builds), default is False
quiet = False, # True if conda output should be hidden True, default is True
timeout = 600, # how many seconds each execute action can take, default is 3600
Expand Down

0 comments on commit 7caaed9

Please sign in to comment.