diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index ff40bce..f95778e 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -11,7 +11,7 @@ jobs: uses: https://code.forgejo.org/actions/checkout@v3 - name: Install packages run: | - pip install -e .[lint] -q --disable-pip-version-check --no-cache-dir + pip install -e .[lint] --disable-pip-version-check --no-cache-dir python -m pip list --format=columns --disable-pip-version-check - name: Run pylint run: | @@ -26,7 +26,7 @@ jobs: uses: https://code.forgejo.org/actions/checkout@v3 - name: Install packages run: | - pip install -e .[typing] -q --disable-pip-version-check --no-cache-dir + pip install -e .[typing] --disable-pip-version-check --no-cache-dir python -m pip list --format=columns --disable-pip-version-check - name: Run mypy run: |