Skip to content

Commit e3abfbc

Browse files
committed
Get uv working hopefully
1 parent fbf5d6d commit e3abfbc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test example files are working with GitHub models
1+
name: Run example files with GitHub models
22

33
on:
44
push:
@@ -11,15 +11,12 @@ on:
1111
- 'chat.py'
1212
- 'spanish/chat.py'
1313

14-
permissions:
15-
models: read
16-
contents: read
17-
1814
jobs:
1915
test-github-models:
2016
runs-on: ubuntu-latest
2117
permissions:
2218
contents: read
19+
models: read
2320

2421
steps:
2522
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)