Skip to content

Commit

Permalink
Pinning conda below 4.6 (#10)
Browse files Browse the repository at this point in the history
* Don't update conda in ecosystem setup

* Pinning conda below 4.6
  • Loading branch information
jsignell authored Apr 3, 2019
1 parent a38d4db commit 6320402
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyctdev/_conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def thing2(channel):

return {
'actions': [
CmdAction(thing1),
CmdAction(thing2)
],
'params': [_channel_param]}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# not sure exactly which versions
# (actually, cb pin is for tested/known good version
# TODO: beware pin here and in _conda.py!
'ecosystem_conda': ['conda >=4.4', 'conda-build ==3.10.1']
'ecosystem_conda': ['conda <4.6', 'conda-build ==3.10.1']
}
)

Expand Down

0 comments on commit 6320402

Please sign in to comment.