Skip to content

Commit 0946898

Browse files
committed
Remove python install for docs check
1 parent 21a9a2a commit 0946898

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
- uses: actions/checkout@v5
4343
with:
4444
submodules: true
45-
- name: Install python dev
46-
run: |
47-
apt update
48-
apt install -y libpython3.11-dev
4945
- name: Setup Rust toolchain
5046
uses: ./.github/actions/setup-builder
5147
- name: Install Nightly Rust

0 commit comments

Comments
 (0)