build(ci): silence warning at building OCPP mock server
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 12 Jun 2024 19:00:29 +0000 (21:00 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 12 Jun 2024 19:00:29 +0000 (21:00 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/ci.yml

index b83544007ee5613addda76b3096c15afa0df752d..21039042953bbfed54710e7903d6312bf6b97858 100644 (file)
@@ -26,6 +26,7 @@ jobs:
       matrix:
         python:
           - 3.12
+    name: Build OCPP mock server with Python ${{ matrix.python }}
     runs-on: ubuntu-latest
     defaults:
       run:
@@ -41,7 +42,7 @@ jobs:
           python -m pip install --upgrade pip
           pip install poetry
       - name: Install Dependencies
-        run: poetry install
+        run: poetry install --no-root
       - name: Lint
         run: poetry run task lint
   build-simulator: