File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
14
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
+ @assert false
17
18
end
18
19
CondaPkg. add (" rmgmolecule" ; version= " >=0.3.0" , channel= " mjohnson541" )
19
20
CondaPkg. add (" matplotlib" , channel= " conda-forge" )
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
15
15
if py_version === nothing || ! (v " 3.7" <= py_version && py_version <= v " 3.9" )
16
16
@info " python version was not in 3.7-3.9 changing python version"
17
17
CondaPkg. add (" python" ; version= " 3.9" )
18
+ @assert false
18
19
end
19
20
CondaPkg. add (" rmgmolecule" ; version= " >=0.3.0" , channel= " mjohnson541" )
20
21
CondaPkg. add (" matplotlib" , channel= " conda-forge" )
You can’t perform that action at this time.
0 commit comments