Skip to content

Commit 2564503

Browse files
authored
Merge pull request #202 from posit-dev/blog-survey-validation-pkgs-polars
blog: post surveying data validation libraries for Polars DataFrames
2 parents b05e922 + 3ed7e42 commit 2564503

File tree

2 files changed

+731
-1
lines changed

2 files changed

+731
-1
lines changed

.github/workflows/ci-docs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ 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
27+
python -m pip install dataframely
2428
- name: Set up Quarto
2529
uses: quarto-dev/quarto-actions/setup@v2
2630
- name: Build docs

0 commit comments

Comments
 (0)