diff --git a/.github/workflows/code-test.yaml b/.github/workflows/code-test.yaml index 2d530fa8b..34ca1ad37 100644 --- a/.github/workflows/code-test.yaml +++ b/.github/workflows/code-test.yaml @@ -27,6 +27,7 @@ jobs: matrix: project: - understack-workflows + - understack-flavor-matcher - neutron-understack defaults: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58a0cceaf..194e88a5f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -74,7 +74,7 @@ repos: additional_dependencies: # python-pyright stupidly does not allow local paths # https://github.com/pre-commit/pre-commit/issues/1752#issuecomment-754252663 - - "git+https://github.com/rackerlabs/understack.git@197e953#subdirectory=python/understack-flavor-matcher" + - "git+https://github.com/rackerlabs/understack.git@main#subdirectory=python/understack-flavor-matcher" - "kubernetes" - "pydantic" - "pynautobot"