This is an automated email from the ASF dual-hosted git repository. sbp pushed a commit to branch sbp in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit d27709812e45f56369352d70b147da82daa33839 Author: Sean B. Palmer <[email protected]> AuthorDate: Tue Feb 3 14:13:06 2026 +0000 Show pip version in the analysis workflow --- .github/workflows/analyze.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index fa1db94..8845a0a 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -47,6 +47,14 @@ jobs: path: ~/.cache/pre-commit key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }} + - name: Show pip version + run: | + pip --version + python -m pip --version + pip3 --version + python3 -m pip --version + uv run --frozen pip --version + - name: Run pre-commit run: | uv run --frozen pre-commit run --show-diff-on-failure --color=always --all-files --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
