Skip to content

Commit f19d37c

Browse files
committed
Update ci-docs.yaml
1 parent 703330e commit f19d37c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
python-version: "3.10"
2020
- name: Install dependencies
2121
run: |
22-
python -m pip install ".[all]"
22+
python -m pip install -e .
23+
python -m pip install ".[dev]"
2324
- uses: quarto-dev/quarto-actions/setup@v2
2425
with:
2526
tinytex: true

0 commit comments

Comments
 (0)