X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fci.yml;h=c7e5591e87392e70d14355a9a34505941f7ddb99;hb=HEAD;hp=3cc5a31dc7bbc76a5409c89e024adebf56ff6a55;hpb=a4beba2d2d81f4b122eceff72c2a495c27180011;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cc5a31d..870993ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,12 +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: pip install poetry + cache: poetry - name: Install Dependencies run: poetry install --no-root - name: Lint