From 40f37d8ec1d1b46e61c2513d17a4fc30c4a45910 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 12 Jun 2024 21:00:29 +0200 Subject: [PATCH] build(ci): silence warning at building OCPP mock server MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.34.1