Skip to content

Commit 8d4cbe7

Browse files
committed
add token
1 parent ce013ec commit 8d4cbe7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: ${{ github.ref != 'refs/heads/dev' }}
1313

14+
permissions:
15+
contents: write
16+
1417
jobs:
1518
publish:
1619
name: build and publish docs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ hydra-core = "^1.3.2"
2020
faiss-cpu = "^1.9.0"
2121
openai = "^1.52.1"
2222
datasets = "2.20.0"
23-
ruff = "^0.8.0"
2423

2524

2625
[tool.poetry.group.dev]
@@ -30,6 +29,7 @@ optional = true
3029
tach = "^0.11.3"
3130
ipykernel = "^6.29.5"
3231
ipywidgets = "^8.1.5"
32+
ruff = "^0.8.0"
3333

3434
[tool.poetry.group.test]
3535
optional = true

0 commit comments

Comments
 (0)