diff --git a/.forgejo/workflows/pylint.yml b/.forgejo/workflows/pylint.yml index 5515969..36146db 100644 --- a/.forgejo/workflows/pylint.yml +++ b/.forgejo/workflows/pylint.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Python Deps run: | - python -m pip install --upgrade pip + python3 install --upgrade pip pip install -r requirements.txt - name: Analysing the code with pylint run: |