Skip to content

Commit c8c7091

Browse files
committed
Update ci-docs.yaml
1 parent 31bf337 commit c8c7091

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-docs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.10"
17+
python-version: "3.11"
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install -e .
2121
python -m pip install ".[docs]"
2222
python -m pip install ibis-framework[duckdb]
2323
python -m pip install pins
24+
python -m pip install pandera
25+
python -m pip install patito
26+
python -m pip install validoopsie
2427
- name: Set up Quarto
2528
uses: quarto-dev/quarto-actions/setup@v2
2629
- name: Build docs

0 commit comments

Comments
 (0)