Skip to content

Commit

Permalink
hatch shell is interactive, replace with run cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
J2-D2-3PO committed Nov 21, 2024
1 parent 683ec99 commit 92e69ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/generate-llms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:

# Step 5: Run the script
- name: Generate llms.txt
run: |
hatch shell llmspy "python weave/docs/scripts/generate-llmstxt.py"
run: hatch run llmspy python weave/docs/scripts/generate-llmstxt.py

# Step 6: Verify generated file
- name: Check if llms.txt exists
run: |
Expand Down

0 comments on commit 92e69ad

Please sign in to comment.