The GitHub Actions job "tests" on airflow-steward.git/contributor-onboarding 
has succeeded.
Run started by GitHub user justinmclean (triggered by justinmclean).

Head commit for run:
f110dfe254af46ffc022052ac9707a028a7f6023 / Justin McLean 
<[email protected]>
test(skill-evals): wrap _grader_count_cli in bash -c

run_cli switched to shell=False with shlex.split in 0a13c8416, but the
test helper kept the shell env-var-prefix form which shlex.split
tokenises as a literal argv[0] binary name. Wrap the inner command in
bash -c so the env-var assignment is honoured.

Fixes 3 CI failures:
- test_batch_grade_single_pair_one_call
- test_batch_grade_many_pairs_one_call
- test_compare_with_grader_multiple_prose_mismatches_one_call

Report URL: https://github.com/apache/airflow-steward/actions/runs/26807981750

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to