mirror of https://github.com/nucypher/nucypher.git
CircleCI: directly use install solc script to dodge pipenv api changes
parent
a125614edf
commit
0cc2f3792f
|
@ -189,7 +189,8 @@ def mining_ursulas(three_agents):
|
||||||
_ursulas = make_ursulas(ursula_starting_port=starting_point,
|
_ursulas = make_ursulas(ursula_starting_port=starting_point,
|
||||||
ether_addresses=ursula_addresses,
|
ether_addresses=ursula_addresses,
|
||||||
miner_agent=miner_agent,
|
miner_agent=miner_agent,
|
||||||
miners=True)
|
miners=True,
|
||||||
|
ursula_starting_port=starting_point)
|
||||||
try:
|
try:
|
||||||
yield _ursulas
|
yield _ursulas
|
||||||
finally:
|
finally:
|
||||||
|
|
Loading…
Reference in New Issue