unsloth/.github
Daniel Han 5ff553f621 CI(consolidated): drop pip show … | head -3, BrokenPipeError under pipefail
Run 25476176926 failed exit 120 because `pip show unsloth_zoo | head -3`
emits more than 3 lines, head closes the pipe, pip raises BrokenPipeError,
and `set -o pipefail` propagates that as a non-zero pipeline exit.

The `head -3` was cosmetic. Replacing with bare `pip show unsloth_zoo`
prints ~10 lines, no pipe, no surprises.
2026-05-07 04:33:50 +00:00
..
ISSUE_TEMPLATE Update issue template 2026-03-23 10:10:15 +05:30
workflows CI(consolidated): drop pip show … | head -3, BrokenPipeError under pipefail 2026-05-07 04:33:50 +00:00
CODEOWNERS Update CODEOWNERS 2026-03-13 13:38:19 -07:00
dependabot.yml CI(security): defense-in-depth additions across 7 axes 2026-05-07 00:09:40 +00:00
FUNDING.yml Update FUNDING.yml (#3792) 2025-12-28 19:57:43 -08:00