Skip to content

Commit 2a4ae3a

Browse files
authored
Merge pull request #574 from DHI/fix/quarto-cli-windows
Move quarto-cli to separate docs dependency group
2 parents 40b4eca + 6cb979c commit 2a4ae3a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
enable-cache: true
1919

2020
- name: Install dependencies
21-
run: uv sync --dev
21+
run: uv sync --group dev --group docs
2222

2323
- name: Build documentation
2424
run: |

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@ dev = [
4646
"pytest",
4747
"plotly >= 4.5",
4848
"ruff==0.6.2",
49-
"quarto-cli==1.5.57",
50-
"quartodoc==0.11.1",
5149
"netCDF4",
5250
"dask",
5351
]
5452

53+
docs = [
54+
"quarto-cli==1.5.57",
55+
"quartodoc==0.11.1",
56+
]
57+
5558
test = [
5659
"pytest",
5760
"pytest-cov",

0 commit comments

Comments
 (0)