Skip to content

Commit ba2190b

Browse files
authored
Merge pull request #51 from PyAutoLabs/fix/queue-filing-pytest
fix: install pytest for the queue-filing gate
2 parents 9d0e14e + c45e9ee commit ba2190b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/queue_filing.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ jobs:
6363
6464
- uses: actions/checkout@v4
6565

66+
- uses: actions/setup-python@v5
67+
with:
68+
python-version: "3.12"
69+
70+
# The gate below (and Claude's own in-sandbox check) runs pytest; the
71+
# bare runner doesn't ship it — its absence failed the first live run.
72+
- name: Install the test runner
73+
run: pip install pytest
74+
6675
- name: Stash the request for Claude
6776
env:
6877
# env, never inline interpolation — issue text is untrusted input.

0 commit comments

Comments
 (0)