chore: version 1.3.7
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index 3cc5a31dc7bbc76a5409c89e024adebf56ff6a55..870993efc4668fd373a793a52ef4a12c8166a1bc 100644 (file)
@@ -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