Merge branch 'main' into issue39-ocpp2
[e-mobility-charging-stations-simulator.git] / .github / workflows / autofix.yml
index a988c47a390935977051457454e0fc113a7c4d41..89dd1eb9427570914cd6bfef7a0223796128ad3b 100644 (file)
@@ -14,10 +14,11 @@ jobs:
         working-directory: tests/ocpp-server
     steps:
       - uses: actions/checkout@v4
+      - run: pipx install poetry
       - uses: actions/setup-python@v5
         with:
           python-version: 3.12
-      - run: pip install poetry
+          cache: poetry
       - run: poetry install --no-root
       - run: poetry run task format
 
@@ -29,7 +30,6 @@ jobs:
       - uses: pnpm/action-setup@v4
       - uses: actions/setup-node@v4
         with:
-          node-version: lts
           cache: 'pnpm'
 
       - run: pnpm install --ignore-scripts --frozen-lockfile
@@ -46,7 +46,6 @@ jobs:
       - uses: pnpm/action-setup@v4
       - uses: actions/setup-node@v4
         with:
-          node-version: lts
           cache: 'pnpm'
 
       - run: pnpm install --ignore-scripts --frozen-lockfile