We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce013ec commit 8d4cbe7Copy full SHA for 8d4cbe7
.github/workflows/build-docs.yaml
@@ -11,6 +11,9 @@ concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
12
cancel-in-progress: ${{ github.ref != 'refs/heads/dev' }}
13
14
+permissions:
15
+ contents: write
16
+
17
jobs:
18
publish:
19
name: build and publish docs
pyproject.toml
@@ -20,7 +20,6 @@ hydra-core = "^1.3.2"
20
faiss-cpu = "^1.9.0"
21
openai = "^1.52.1"
22
datasets = "2.20.0"
23
-ruff = "^0.8.0"
24
25
26
[tool.poetry.group.dev]
@@ -30,6 +29,7 @@ optional = true
30
29
tach = "^0.11.3"
31
ipykernel = "^6.29.5"
32
ipywidgets = "^8.1.5"
+ruff = "^0.8.0"
33
34
[tool.poetry.group.test]
35
optional = true
0 commit comments