fix: add PATH export for ~/.local/bin in CI workflow
Some checks failed
CI / test (3.10) (push) Failing after 16s
CI / test (3.11) (push) Failing after 13s
CI / test (3.12) (push) Failing after 10s
CI / lint (push) Failing after 12s
CI / build (push) Successful in 14s

This commit is contained in:
2026-02-02 16:11:09 +00:00
parent c6c13b319c
commit f441191ff6

View File

@@ -74,4 +74,5 @@ jobs:
- name: Verify installation
run: |
pip install dist/*.whl
export PATH="$HOME/.local/bin:$PATH"
gitignore --version