Skip to content

Commit e04bad5

Browse files
committed
Test newest version of conda (conda 4.8.5)
1 parent 788eaba commit e04bad5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ggd/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ def get_required_conda_version():
141141
elif "conda>=" in str(line.decode()):
142142
conda_version = str(line.decode()).strip().split(">=")[1]
143143
equals = ">="
144-
return conda_version, equals
144+
#return conda_version, equals
145+
return "4.8.5", equals
145146

146147

147148
def check_output(args, **kwargs):

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ requests>=2.22.*
22
pyyaml
33
gitpython
44
git
5-
conda>=4.8.2,<=4.8.3
5+
conda>=4.8.2,<=4.8.5
66
conda-build>=3.18.12,<=3.19.3
77
ripgrep
88
fuzzywuzzy

0 commit comments

Comments
 (0)