This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 9ab62ba04a Fix "Rustdocs are clean" CI Job (#8176)
9ab62ba04a is described below
commit 9ab62ba04a4daa89e3190911cc7f1e6996f1b7be
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Aug 20 10:05:03 2025 -0700
Fix "Rustdocs are clean" CI Job (#8176)
# Which issue does this PR close?
- Closes https://github.com/apache/arrow-rs/issues/8175
# Rationale for this change
CI is failing on main
# What changes are included in this PR?
Fix CI (will comment inline) by removing unused (and now failing) step
# Are these changes tested?
Yes, by CI
# Are there any user-facing changes?
No
---
.github/workflows/docs.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 9ffafb92b4..624910a10e 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -42,10 +42,6 @@ jobs:
- uses: actions/checkout@v5
with:
submodules: true
- - name: Install python dev
- run: |
- apt update
- apt install -y libpython3.11-dev
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
- name: Install Nightly Rust