From f56a4a38d212788f6440797e0bf42b5a138889ba Mon Sep 17 00:00:00 2001 From: Christoph Gerum Date: Mon, 18 Nov 2024 16:02:10 +0100 Subject: [PATCH] [GITHUB] use recursive submodules --- .github/workflows/publish_images.yml | 3 +++ hannah/nas/test/test_max78000_backend.py | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_images.yml b/.github/workflows/publish_images.yml index fa5d1a47..048454f5 100644 --- a/.github/workflows/publish_images.yml +++ b/.github/workflows/publish_images.yml @@ -60,6 +60,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 1 + submodules: 'recursive' # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 diff --git a/hannah/nas/test/test_max78000_backend.py b/hannah/nas/test/test_max78000_backend.py index f60d3c8e..060935e9 100644 --- a/hannah/nas/test/test_max78000_backend.py +++ b/hannah/nas/test/test_max78000_backend.py @@ -28,8 +28,6 @@ from hannah.backends import GRPCBackend from hannah.backends.base import ( ClassifierModule, - InferenceBackendBase, - ProfilingResult, ) from hannah.models.ai8x.models_simplified import ai8x_search_space from hannah.models.embedded_vision_net.models import embedded_vision_net, search_space