feat(ci): add autofix.ci action on PR
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index c7e5591e87392e70d14355a9a34505941f7ddb99..3cc5a31dc7bbc76a5409c89e024adebf56ff6a55 100644 (file)
@@ -38,9 +38,7 @@ jobs:
         with:
           python-version: ${{ matrix.python }}
       - name: Install Poetry
-        run: |
-          python -m pip install --upgrade pip
-          pip install poetry
+        run: pip install poetry
       - name: Install Dependencies
         run: poetry install --no-root
       - name: Lint