Skip to content

Commit

Permalink
Fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Jan 15, 2025
1 parent 378a7a5 commit 05e168a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,11 @@ def _connector_matrix(config: Config):
@nox.session(name="matrix:all", python=False)
def full_matrix(session: Session) -> None:
"""Output the full build matrix for Python & Exasol versions as JSON."""
from noxconfig import PROJECT_CONFIG
from exasol.toolbox.nox._ci import (
_exasol_matrix,
_python_matrix,
)
from noxconfig import PROJECT_CONFIG
matrix = _python_matrix(PROJECT_CONFIG)
matrix.update(_exasol_matrix(PROJECT_CONFIG))
matrix.update(_connector_matrix(PROJECT_CONFIG))
Expand Down

0 comments on commit 05e168a

Please sign in to comment.