From: Jérôme Benoit Date: Wed, 12 Jun 2024 19:00:29 +0000 (+0200) Subject: build(ci): silence warning at building OCPP mock server X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=40f37d8ec1d1b46e61c2513d17a4fc30c4a45910;p=e-mobility-charging-stations-simulator.git build(ci): silence warning at building OCPP mock server Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8354400..21039042 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: