X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fci.yml;h=21039042953bbfed54710e7903d6312bf6b97858;hb=20e5e16ec38052ef88fdcf0879b0877aa3f4b1d8;hp=b83544007ee5613addda76b3096c15afa0df752d;hpb=ffccbf2287d74bfde06179427a1eabad986d1235;p=e-mobility-charging-stations-simulator.git 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: