Skip to content

Commit

Permalink
[GITHUB] use recursive submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Nov 18, 2024
1 parent b514888 commit f56a4a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions hannah/nas/test/test_max78000_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f56a4a3

Please sign in to comment.