Skip to content

Commit 15c7581

Browse files
committed
Get uv working hopefully
1 parent c3ad4b3 commit 15c7581

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test-github-models.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8-
# Also run when chat.py files are modified
98
paths:
10-
- 'chat.py'
11-
- 'spanish/chat.py'
129
- 'requirements.txt'
1310
- '.github/workflows/test-github-models.yaml'
11+
- 'chat.py'
12+
- 'spanish/chat.py'
13+
14+
permissions:
15+
models: read
1416

1517
jobs:
1618
test-github-models:

0 commit comments

Comments
 (0)