Skip to content

Commit

Permalink
line fix in bootstrap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary Jo Ramos committed Oct 5, 2018
1 parent d5e5595 commit 5ac1ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Expand Up @@ -52,7 +52,7 @@

# TODO: this mimics the override in the "common" job in .circleci/config.yaml
with open('.circleci/common.sh', 'w') as fout:
fout.write("MINICONDA_VER=4.5.4\nBIOCONDA_UTILS_TAG=cb3-migration\n")
fout.write("MINICONDA_VER=4.5.4\nBIOCONDA_UTILS_TAG=master\n")

local_config_path = os.path.expanduser('~/.config/bioconda/activate')

Expand Down

0 comments on commit 5ac1ecd

Please sign in to comment.