X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=870993efc4668fd373a793a52ef4a12c8166a1bc;hb=64c14c99f9902d4e96f2a2cd404e536e0584a629;hp=c7e5591e87392e70d14355a9a34505941f7ddb99;hpb=45609cfb6cc764eeb8aa0a74dc41ab2a8d1875ca;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7e5591e..870993ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,14 +33,13 @@ jobs: working-directory: tests/ocpp-server steps: - uses: actions/checkout@v4 + - name: Install Poetry + run: pipx install poetry - name: Setup Python ${{ matrix.python }} uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - - name: Install Poetry - run: | - python -m pip install --upgrade pip - pip install poetry + cache: poetry - name: Install Dependencies run: poetry install --no-root - name: Lint