Skip to content

Commit 3c48fc7

Browse files
committed
build: Run linter in Python CI Docs
1 parent 7c6792e commit 3c48fc7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python-ci-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ jobs:
4545
run: make docs-install
4646
- name: Build docs
4747
run: make docs-build
48+
- name: Run linters
49+
run: make lint

mkdocs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can mix and match optional dependencies depending on your needs:
6262
| gcsfs | GCSFS as a FileIO implementation to interact with the object store |
6363
| rest-sigv4 | Support for generating AWS SIGv4 authentication headers for REST Catalogs |
6464
| pyiceberg-core | Installs iceberg-rust powered core |
65-
| datafusion | Installs both PyArrow and Apache DataFusion |
65+
| datafusion | Installs both PyArrow and Apache DataFusion |
6666

6767
You either need to install `s3fs`, `adlfs`, `gcsfs`, or `pyarrow` to be able to fetch files from an object store.
6868

0 commit comments

Comments
 (0)