refactor: cleanup default params in error handlers
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index c7e5591e87392e70d14355a9a34505941f7ddb99..870993efc4668fd373a793a52ef4a12c8166a1bc 100644 (file)
@@ -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