Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 885a030

Browse files
committed
fix: ensure distutils is installed
1 parent 4eb2d19 commit 885a030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
cache: 'pip'
2727
cache-dependency-path: '**/pyproject.toml'
2828

29-
- name: Upgrade pip
30-
run: python -m pip install --upgrade pip
29+
- name: Upgrade pip and distutils
30+
run: python -m pip install --upgrade pip distutils
3131

3232
- name: Install package with doc dependencies
3333
run: python -m pip install ".[docs]"

0 commit comments

Comments
 (0)