Skip to content

Commit

Permalink
Run cog directly
Browse files Browse the repository at this point in the history
Refs #615
  • Loading branch information
simonw authored Nov 6, 2024
1 parent 9d9bfa7 commit 30e41a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
with:
python-version: '3.11'

- uses: extractions/setup-just@v2

- name: Install dependencies
run: pip install -e '.[test]'

- name: Run cog
run: just cog
run: |
cog -r -p "import sys, os; sys._called_from_test=True; os.environ['LLM_USER_PATH'] = '/tmp'" docs/**/*.md docs/*.md
- name: Check for changes
id: check-changes
Expand Down

0 comments on commit 30e41a4

Please sign in to comment.