File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
10
10
else
11
11
py_version = nothing
12
12
end
13
- if py_version === nothing || ! (v " 3.7" <= py_version) && py_version <= v " 3.9" )
13
+ if py_version === nothing || ! (v " 3.7" <= py_version && py_version <= v " 3.9" )
14
14
@info " python version was not in 3.7-3.9 changing python version"
15
15
CondaPkg. add (" python" ; version= " 3.9" )
16
16
end
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
11
11
else
12
12
py_version = nothing
13
13
end
14
- if py_version === nothing || ! (v " 3.7" <= py_version) && py_version <= v " 3.9" )
14
+ if py_version === nothing || ! (v " 3.7" <= py_version && py_version <= v " 3.9" )
15
15
@info " python version was not in 3.7-3.9 changing python version"
16
16
CondaPkg. add (" python" ; version= " 3.9" )
17
17
end
You can’t perform that action at this time.
0 commit comments