Nbdev CI continuously fails during first commit

Run fastai/workflows/nbdev-ci@master …CI workflow action fails. I repeatedly received nbdev_clean command not found. How can I solve this bug error to run CI workflow succesfully?

Successfully installed anyio-4.0.0 argon2-cffi-23.1.0 argon2-cffi-bindings-21.2.0 arrow-1.3.0 async-lru-2.0.4 attrs-23.1.0 babel-2.13.0 beautifulsoup4-4.12.2 black-23.10.1 bleach-6.1.0 certifi-2023.7.22 cffi-1.16.0 charset-normalizer-3.3.1 click-8.1.7 contourpy-1.1.1 cycler-0.12.1 defusedxml-0.7.1 fastjsonschema-2.18.1 fonttools-4.43.1 fqdn-1.5.1 idna-3.4 importlib-resources-6.1.0 ipython-genutils-0.2.0 isoduration-20.11.0 jinja2-3.1.2 json5-0.9.14 jsonpointer-2.4 jsonschema-4.19.1 jsonschema-specifications-2023.7.1 jupyter-1.0.0 jupyter-console-6.6.3 jupyter-events-0.8.0 jupyter-lsp-2.2.0 jupyter-server-2.8.0 jupyter-server-terminals-0.4.4 jupyterlab-4.0.7 jupyterlab-pygments-0.2.2 jupyterlab-server-2.25.0 kiwisolver-1.4.5 markupsafe-2.1.3 matplotlib-3.8.0 mistune-3.0.2 mypy-extensions-1.0.0 nbclient-0.8.0 nbconvert-7.9.2 nbdev-0.0.1 nbdev-numpy-0.0.1099 nbdev-stdlib-0.0.1116 nbformat-5.9.2 notebook-7.0.6 notebook-shim-0.2.3 numpy-1.26.1 overrides-7.4.0 pandas-2.1.1 pandocfilters-1.5.0 pathspec-0.11.2 pillow-10.1.0 prometheus-client-0.17.1 pycparser-2.21 pyparsing-3.1.1 python-json-logger-2.0.7 pytz-2023.3.post1 qtconsole-5.4.4 qtpy-2.4.1 referencing-0.30.2 requests-2.31.0 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rpds-py-0.10.6 send2trash-1.8.2 sniffio-1.3.0 soupsieve-2.5 svg.py-1.4.2 terminado-0.17.1 tinycss2-1.2.1 tomli-2.0.1 types-python-dateutil-2.8.19.14 tzdata-2023.3 uri-template-1.3.0 urllib3-2.0.7 webcolors-1.13 webencodings-0.5.1 websocket-client-1.6.4

662+ echo ‘Check we are starting with clean git checkout’

663Check we are starting with clean git checkout

664++ git status --porcelain -uno

665+ [[ -n ‘’ ]]

666+ echo ‘Trying to strip out notebooks’

667Trying to strip out notebooks

668+ nbdev_clean

669Traceback (most recent call last):

670 File “/opt/hostedtoolcache/Python/3.9.18/x64/bin/nbdev_clean”, line 33, in

671 sys.exit(load_entry_point(‘nbdev’, ‘console_scripts’, ‘nbdev_clean’)())

672 File “/opt/hostedtoolcache/Python/3.9.18/x64/bin/nbdev_clean”, line 25, in importlib_load_entry_point

673 return next(matches).load()

674 File “/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/importlib/metadata.py”, line 86, in load

675 module = import_module(match.group(‘module’))

676 File “/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/importlib/init.py”, line 127, in import_module

677 return _bootstrap._gcd_import(name[level:], package, level)

678 File “”, line 1030, in _gcd_import

679 File “”, line 1007, in _find_and_load

680 File “”, line 984, in _find_and_load_unlocked

681ModuleNotFoundError: No module named ‘nbdev.clean’

682Error: Process completed with exit code 1.