Skip to content

Commit

Permalink
Update bootstrap.py to pull requirements from master branch instead o…
Browse files Browse the repository at this point in the history
…f defunct cb3-migration branch. (bioconda#11308)
  • Loading branch information
roryk authored Oct 11, 2018
1 parent 8230f26 commit d38a4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
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 d38a4cd

Please sign in to comment.