Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def run(self, arguments: argparse.Namespace, simulate: bool, **kwargs) -> None:
package_collection_for_pip.append(package.path_to_sources + "[all,dev]")

logger.info("Setting up python virtual environment (Path: %s)", venv_directory)
python_environment.setup_virtual_environment(simulate = simulate)
python_environment.setup_virtual_environment("pip.conf", simulate = simulate)
python_environment.install_python_packages_for_development(package_collection_for_pip, simulate = simulate)


Expand Down
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
import sys
from typing import Generator, Optional

from benjaminhamon_standard_extensions.logging import logging_helpers

from bhamon_development_toolkit.automation.automation_command import AutomationCommand
from bhamon_development_toolkit.logging import logging_helpers


@contextlib.contextmanager
Expand Down
Empty file.
Loading