Skip to content

Commit 4c6efbe

Browse files
authored
add create_virtual_envs() to deploy and install
1 parent 3de6a51 commit 4c6efbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installation_and_upgrade/ibex_install_utils/install_tasks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def run_instrument_install(self) -> None:
191191
self._system_tasks.add_nagios_checks()
192192
self._system_tasks.update_instlist()
193193
self._system_tasks.update_kafka_topics()
194+
self._system_tasks.create_virtual_envs()
194195
self._system_tasks.put_autostart_script_in_startup_area()
195196
self._python_tasks.update_script_definitions()
196197
self._server_tasks.setup_log_rotation()
@@ -253,6 +254,7 @@ def run_instrument_deploy_main(self) -> None:
253254
self._python_tasks.remove_instrument_script_githooks()
254255
self._server_tasks.setup_log_rotation()
255256
self._system_tasks.update_kafka_topics()
257+
self._system_tasks.create_virtual_envs()
256258

257259
def run_instrument_deploy_pre_stop(self) -> None:
258260
"""Upgrade an instrument. Steps to do before ibex is stopped.

0 commit comments

Comments
 (0)