We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b05e922 + 3ed7e42 commit 2564503Copy full SHA for 2564503
.github/workflows/ci-docs.yaml
@@ -14,13 +14,17 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-python@v5
16
with:
17
- python-version: "3.10"
+ python-version: "3.11"
18
- name: Install dependencies
19
run: |
20
python -m pip install -e .
21
python -m pip install ".[docs]"
22
python -m pip install ibis-framework[duckdb]
23
python -m pip install pins
24
+ python -m pip install pandera
25
+ python -m pip install patito
26
+ python -m pip install validoopsie
27
+ python -m pip install dataframely
28
- name: Set up Quarto
29
uses: quarto-dev/quarto-actions/setup@v2
30
- name: Build docs
0 commit comments